/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | BlobCache_unittest.cpp | 31 BlobPut MakeBlob(size_t size, uint8_t start = 0) in MakeBlob() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | BufferImpl.cpp | 14 getSubData(const gl::Context *context, GLintptr offset, GLsizeiptr size, void *outData) getSubData() argument 23 setDataWithUsageFlags(const gl::Context *context, gl::BufferBinding target, GLeglClientBufferEXT clientBuffer, const void *data, size_t size, gl::BufferUsage usage, GLbitfield flags) setDataWithUsageFlags() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.h | 51 unsigned size() const { return Pool.size(); } in size() function in llvm::DwarfStringPool
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeTableCollection.cpp | 58 uint32_t TypeTableCollection::size() { return Records.size(); } in size() function in TypeTableCollection
|
/third_party/skia/third_party/externals/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/angle2/src/tests/gl_tests/ |
H A D | S3TCTextureSizesTest.cpp | 145 size_t size; in TEST_P() member 194 size_t size; in TEST_P() member
|
H A D | FramebufferRenderMipmapTest.cpp | 68 GLsizei size = 1 << ((levels - 1) - i); in TEST_P() local 118 GLsizei size = 1 << ((testLevels - 1) - i); in TEST_P() local
|
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.h | 82 int size() const { in size() function in final::FrameHolder 85 void reserve(int size) { in reserve() argument
|
/third_party/skia/src/core/ |
H A D | SkColorFilterBase.h | 66 static sk_sp<SkColorFilter> Deserialize(const void* data, size_t size, in Deserialize() argument
|
H A D | SkMipmap.h | 89 SkMipmap(void* malloc, size_t size) : INHERITED(malloc, size) {} in SkMipmap() argument 90 SkMipmap(size_t size, SkDiscardableMemory* dm) : INHERITED(size, dm) {} in SkMipmap() argument
|
H A D | SkWriter32.cpp | 13 size_t size = SkMatrixPriv::WriteToMemory(matrix, nullptr); in writeMatrix() local 45 void SkWriter32::growToAtLeast(size_t size) { in growToAtLeast() argument
|
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/ |
H A D | GrCpuBuffer.h | 17 static sk_sp<GrCpuBuffer> Make(size_t size) { in Make() argument 40 GrCpuBuffer(void* data, size_t size) : fData(data), fSize(size) {} in GrCpuBuffer() argument
|
H A D | GrStagingBufferManager.cpp | 15 allocateStagingBufferSlice( size_t size, size_t requiredAlignment) allocateStagingBufferSlice() argument
|
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/gpu/text/ |
H A D | GrDistanceFieldAdjustTable.cpp | 51 size_t size; in build_distance_adjust_table() 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
|