Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.h250 class GrIndexBufferAllocPool : public GrBufferAllocPool {
260 GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache);
DGrBufferAllocPool.cpp489 GrIndexBufferAllocPool::GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache) in GrIndexBufferAllocPool() function in GrIndexBufferAllocPool
492 void* GrIndexBufferAllocPool::makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeSpace()
509 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast()
DGrOpFlushState.h146 GrIndexBufferAllocPool fIndexPool;
/third_party/skia/src/gpu/
DGrBufferAllocPool.h251 class GrIndexBufferAllocPool : public GrBufferAllocPool {
261 GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache);
DGrBufferAllocPool.cpp477 GrIndexBufferAllocPool::GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache) in GrIndexBufferAllocPool() function in GrIndexBufferAllocPool
480 void* GrIndexBufferAllocPool::makeSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeSpace()
497 void* GrIndexBufferAllocPool::makeSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeSpaceAtLeast()
DGrOpFlushState.h294 GrIndexBufferAllocPool fIndexPool;