Searched refs:GrIndexBufferAllocPool (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrBufferAllocPool.h | 228 class GrIndexBufferAllocPool : public GrBufferAllocPool { 238 GrIndexBufferAllocPool(GrGpu* gpu, void* initialBuffer);
|
D | GrBufferAllocPool.cpp | 430 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()
|
D | GrOpFlushState.h | 145 GrIndexBufferAllocPool fIndexPool;
|
/external/skia/src/gpu/ |
D | GrBufferAllocPool.h | 251 class GrIndexBufferAllocPool : public GrBufferAllocPool { 261 GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache);
|
D | GrBufferAllocPool.cpp | 479 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()
|
D | GrOpFlushState.h | 296 GrIndexBufferAllocPool fIndexPool;
|