Home
last modified time | relevance | path

Searched refs:GrIndexBufferAllocPool (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrBufferAllocPool.h228 class GrIndexBufferAllocPool : public GrBufferAllocPool {
238 GrIndexBufferAllocPool(GrGpu* gpu, void* initialBuffer);
DGrBufferAllocPool.cpp430 GrIndexBufferAllocPool::GrIndexBufferAllocPool(GrGpu* gpu, void* initialCpuBuffer) in GrIndexBufferAllocPool() function in GrIndexBufferAllocPool
433 void* GrIndexBufferAllocPool::makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeSpace()
450 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast()
DGrOpFlushState.h145 GrIndexBufferAllocPool fIndexPool;
/external/skia/src/gpu/
DGrBufferAllocPool.h251 class GrIndexBufferAllocPool : public GrBufferAllocPool {
261 GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache);
DGrBufferAllocPool.cpp479 GrIndexBufferAllocPool::GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache) in GrIndexBufferAllocPool() function in GrIndexBufferAllocPool
482 void* GrIndexBufferAllocPool::makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeSpace()
499 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast()
DGrOpFlushState.h296 GrIndexBufferAllocPool fIndexPool;