/third_party/skia/src/gpu/text/ |
H A D | GrDistanceFieldAdjustTable.cpp | 51 size_t size; in build_distance_adjust_table() local
|
/third_party/skia/src/gpu/ |
H A D | GrProcessor.cpp | 45 void* GrProcessor::operator new(size_t size) { return MemoryPoolAccessor().pool()->allocate(size); } in operator new() argument
|
H A D | GrRingBuffer.cpp | 16 size_t GrRingBuffer::getAllocationOffset(size_t size) { in getAllocationOffset() argument 57 GrRingBuffer::Slice GrRingBuffer::suballocate(size_t size) { in suballocate() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkAutoPixmapStorage.cpp | 43 size_t size = AllocSize(info, &rb); in tryAlloc() local
|
H A D | SkGaussFilter.h | 21 size_t size() const { return fN; } in size() function in SkGaussFilter
|
H A D | SkMallocPixelRef.cpp | 33 size_t size = info.computeByteSize(rowBytes); in MakeAllocate() local
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramDataManager.cpp | 30 make_bind_group_entry(uint32_t binding, const wgpu::Buffer& buffer, uint32_t offset, uint32_t size) make_bind_group_entry() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Resource.hpp | 95 const size_t size; member in sw::Resource
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.hpp | 150 RegisterFile(int size, bool indirectAddressable) : size(size), indirectAddressable(indirectAddressable) in RegisterFile() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/ |
H A D | MemFd.cpp | 62 bool LinuxMemFd::allocate(const char *name, size_t size) in allocate() argument 105 void *LinuxMemFd::mapReadWrite(size_t offset, size_t size) in mapReadWrite() argument 112 bool LinuxMemFd::unmap(void *addr, size_t size) in unmap() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorPool.hpp | 51 size_t size = 0; member
|
/third_party/skia/third_party/externals/swiftshader/tests/SystemBenchmarks/ |
H A D | LRUCacheBenchmarks.cpp | 78 size_t size; member in LRUCacheBenchmark [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/math/ |
H A D | FontMath.java | 42 public static int paddingRequired(int size, int alignmentSize) { in paddingRequired() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
H A D | spvtools_as_fuzzer.cpp | 23 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
H A D | spvtools_fuzz_fuzzer.cpp | 23 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | sscanf.cpp | 73 int32_t size = (int32_t)uprv_strlen(patternSpecification) + 1; in u_vsscanf() local
|
/third_party/skia/third_party/externals/icu/source/samples/udata/ |
H A D | writer.c | 73 size_t size; in main() local
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
H A D | advanced_api_fuzzer.c | 22 int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) { in LLVMFuzzerTestOneInput() argument [all...] |
H A D | animation_api_fuzzer.c | 22 int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
H A D | enc_dec_fuzzer.cc | 30 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
H A D | mux_demux_api_fuzzer.c | 21 int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) { in LLVMFuzzerTestOneInput() argument
|
H A D | simple_api_fuzzer.c | 20 int LLVMFuzzerTestOneInput(const uint8_t* const data, size_t size) { in LLVMFuzzerTestOneInput() argument [all...] |
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/ |
H A D | LockFreeQueue.h | 117 INDEX_TYPE size() const { in size() function in LockFreeQueue
|
/third_party/skia/src/sksl/ |
H A D | SkSLPool.cpp | 63 void* Pool::AllocMemory(size_t size) { in AllocMemory() argument
|
H A D | SkSLPool.h | 63 static void* operator new(const size_t size) { in operator new() argument
|