| /third_party/openssl/test/ |
| H A D | trace_api_test.c | 116 static size_t trace_cb(const char *buffer, size_t count, in trace_cb() argument
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2posix_test.c | 54 #define count (int)(sizeof(cflags)/sizeof(int)) macro
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | LimitedInputStream.cs | 84 public override int Read(byte[] buffer, int offset, int count) in Read() argument 105 public override void Write(byte[] buffer, int offset, int count) in Write() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/ |
| H A D | ArrayBufferWriter.cs | 135 public void Advance(int count) in Advance() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryMappingTests.cpp | 129 void setRange (size_t offset, size_t count, bool value) in setRange() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
| H A D | Preprocessor.cpp | 53 bool Preprocessor::init(size_t count, const char *const string[], const int length[]) in init() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Config_unittest.cpp | 56 static std::vector<egl::Config> GenerateUniqueConfigs(size_t count) in GenerateUniqueConfigs() argument
|
| H A D | IndexRangeCache.cpp | 22 addRange(DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, const IndexRange &range) addRange() argument 31 findRange(DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, IndexRange *outRange) const findRange() argument [all...] |
| H A D | validationES2.h | 18 ValidateDrawArrays(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLint first, GLsizei count) ValidateDrawArrays() argument 57 ValidateDrawElements(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices) ValidateDrawElements() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | ContextImpl.h | 189 setMaxShaderCompilerThreads(GLuint count) setMaxShaderCompilerThreads() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | BuiltinVariableTest.cpp | 80 void runTest(GLuint drawMode, const std::vector<GLint> &indices, int count) in runTest() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
| H A D | location_test.cpp | 18 void expectLocation(int count, in expectLocation() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| H A D | UnrollFlatten_test.cpp | 43 void expect(const char *patterns[], size_t count) in expect() argument
|
| /third_party/skia/src/core/ |
| H A D | SkDataTable.cpp | 25 SkDataTable::SkDataTable(const void* array, size_t elemSize, int count, in SkDataTable() argument 36 SkDataTable::SkDataTable(const Dir* dir, int count, FreeProc proc, void* ctx) { in SkDataTable() argument 87 MakeCopyArrays(const void * const * ptrs, const size_t sizes[], int count) MakeCopyArrays() argument 113 MakeCopyArray(const void* array, size_t elemSize, int count) MakeCopyArray() argument 125 MakeArrayProc(const void* array, size_t elemSize, int count, FreeProc proc, void* ctx) MakeArrayProc() argument [all...] |
| H A D | SkLRUCache.h | 79 int count() { in count() function in SkLRUCache
|
| H A D | SkStringUtils.cpp | 56 SkString SkStringFromUTF16(const uint16_t* src, size_t count) { in SkStringFromUTF16() argument
|
| H A D | SkAntiRun.h | 121 static void Break(int16_t runs[], uint8_t alpha[], int x, int count) { in Break() argument
|
| H A D | SkTSort.h | 93 template <typename T, typename C> void SkTHeapSort(T array[], size_t count, const C& lessThan) { in SkTHeapSort() argument 106 template <typename T> void SkTHeapSort(T array[], size_t count) { in SkTHeapSort() argument 114 SkTInsertionSort(T* left, int count, const C& lessThan) SkTInsertionSort() argument 133 SkTQSort_Partition(T* left, int count, T* pivot, const C& lessThan) SkTQSort_Partition() argument 163 SkTIntroSort(int depth, T* left, int count, const C& lessThan) SkTIntroSort() argument [all...] |
| H A D | SkTextBlobTrace.cpp | 110 int count = fTypefaceSet->count(); in dump() local
|
| H A D | SkBuffer.h | 68 template <typename T> const T* skipCount(size_t count) { in skipCount() argument
|
| H A D | SkSpriteBlitter_RGB565.cpp | 19 static void S32_src(uint16_t dst[], const SkPMColor src[], int count) { in S32_src() argument 25 static void S32_srcover(uint16_t dst[], const SkPMColor src[], int count) { in S32_srcover() argument 100 static void S32_src_da8(uint8_t dst[], const SkPMColor src[], int count) { in S32_src_da8() argument 106 static void S32_srcover_da8(uint8_t dst[], const SkPMColor src[], int count) { in S32_srcover_da8() argument
|
| H A D | SkTDPQueue.h | 42 int count() const { return fArray.count(); } in count() function in SkTDPQueue [all...] |
| H A D | SkTMultiMap.h | 131 int count() const { return fCount; } in count() function in SkTMultiMap 154 int count = 0; in countForKey() local
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLVertexArray.h | 56 int count = fAttribArrayStates.count(); in invalidate() local 66 int count() const { return fAttribArrayStates.count(); } in count() function in GrGLAttribArrayState
|
| /third_party/skia/samplecode/ |
| H A D | SamplePolyToPoly.cpp | 72 doDraw(SkCanvas* canvas, SkPaint* paint, const SkFont& font, const int isrc[], const int idst[], int count) doDraw() argument
|