Home
last modified time | relevance | path

Searched defs:preallocSize (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/m133/src/gpu/ganesh/
DGrMemoryPool.cpp23 std::unique_ptr<GrMemoryPool> GrMemoryPool::Make(size_t preallocSize, size_t minAllocSize) { in Make()
34 GrMemoryPool::GrMemoryPool(size_t preallocSize, size_t minAllocSize) in GrMemoryPool()
DGrMemoryPool.h95 size_t preallocSize() const { in preallocSize() function
/third_party/skia/src/gpu/
DGrMemoryPool.cpp21 std::unique_ptr<GrMemoryPool> GrMemoryPool::Make(size_t preallocSize, size_t minAllocSize) { in Make()
32 GrMemoryPool::GrMemoryPool(size_t preallocSize, size_t minAllocSize) in GrMemoryPool()
DGrMemoryPool.h89 size_t preallocSize() const { in preallocSize() function
/third_party/skia/m133/tests/
DGrMemoryPoolTest.cpp53 static void SetAllocator(size_t preallocSize, size_t minAllocSize) { in SetAllocator()
/third_party/skia/tests/
DGrMemoryPoolTest.cpp47 static void SetAllocator(size_t preallocSize, size_t minAllocSize) { in SetAllocator()
/third_party/skia/m133/src/base/
DSkBlockAllocator.h230 size_t preallocSize() const { in preallocSize() function
/third_party/skia/src/core/
DSkBlockAllocator.h229 size_t preallocSize() const { in preallocSize() function