Home
last modified time | relevance | path

Searched defs:size (Results 2301 - 2325 of 22567) sorted by relevance

1...<<919293949596979899100>>...903

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBlobCache_unittest.cpp31 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 DBufferImpl.cpp14 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 DDwarfStringPool.h51 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 DTypeTableCollection.cpp58 uint32_t TypeTableCollection::size() { return Records.size(); } in size() function in TypeTableCollection
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/
H A Dspvtools_as_fuzzer.cpp23 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument
H A Dspvtools_fuzz_fuzzer.cpp23 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 DS3TCTextureSizesTest.cpp145 size_t size; in TEST_P() member
194 size_t size; in TEST_P() member
H A DFramebufferRenderMipmapTest.cpp68 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 DSkWebpCodec.h82 int size() const { in size() function in final::FrameHolder
85 void reserve(int size) { in reserve() argument
/third_party/skia/src/core/
H A DSkColorFilterBase.h66 static sk_sp<SkColorFilter> Deserialize(const void* data, size_t size, in Deserialize() argument
H A DSkMipmap.h89 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 DSkWriter32.cpp13 size_t size = SkMatrixPriv::WriteToMemory(matrix, nullptr); in writeMatrix() local
45 void SkWriter32::growToAtLeast(size_t size) { in growToAtLeast() argument
H A DSkAutoPixmapStorage.cpp43 size_t size = AllocSize(info, &rb); in tryAlloc() local
H A DSkGaussFilter.h21 size_t size() const { return fN; } in size() function in SkGaussFilter
H A DSkMallocPixelRef.cpp33 size_t size = info.computeByteSize(rowBytes); in MakeAllocate() local
/third_party/skia/src/gpu/
H A DGrCpuBuffer.h17 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 DGrStagingBufferManager.cpp15 allocateStagingBufferSlice( size_t size, size_t requiredAlignment) allocateStagingBufferSlice() argument
H A DGrProcessor.cpp45 void* GrProcessor::operator new(size_t size) { return MemoryPoolAccessor().pool()->allocate(size); } in operator new() argument
H A DGrRingBuffer.cpp16 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 DGrDistanceFieldAdjustTable.cpp51 size_t size; in build_distance_adjust_table() local
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramDataManager.cpp30 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 DResource.hpp95 const size_t size; member in sw::Resource
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.hpp150 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 DMemFd.cpp62 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 DVkDescriptorPool.hpp51 size_t size = 0; member

Completed in 14 milliseconds

1...<<919293949596979899100>>...903