Home
last modified time | relevance | path

Searched refs:preallocSize (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DGrMemoryPoolTest.cpp48 static void SetAllocator(size_t preallocSize, size_t minAllocSize) { in SetAllocator() argument
49 GrMemoryPool* pool = new GrMemoryPool(preallocSize, minAllocSize); in SetAllocator()
/external/skia/src/gpu/
DGrMemoryPool.cpp16 GrMemoryPool::GrMemoryPool(size_t preallocSize, size_t minAllocSize) { in GrMemoryPool() argument
22 fPreallocSize = GrSizeAlignUp(preallocSize + kPerAllocPad, kAlignment); in GrMemoryPool()
DGrMemoryPool.h27 GrMemoryPool(size_t preallocSize, size_t minAllocSize);