Searched defs:GrObjectMemoryPool (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrMemoryPool.h134 * GrObjectMemoryPool<T> pool(3, 1000);
147 class GrObjectMemoryPool: public GrMemoryPool { class in inherits:GrMemoryPool
153 GrObjectMemoryPool(size_t preallocCount, size_t minAllocCount) function in class:GrObjectMemoryPool
182 constexpr size_t GrObjectMemoryPool<T>::kSmallestMinAllocCount;

Completed in 77 milliseconds