Home
last modified time | relevance | path

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

/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/tests/
DGrMemoryPoolTest.cpp47 static void SetAllocator(size_t preallocSize, size_t minAllocSize) { in SetAllocator()
/third_party/skia/src/core/
DSkBlockAllocator.h229 size_t preallocSize() const { in preallocSize() function