Searched refs:GrIndexBufferAllocPool (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrBufferAllocPool.h | 250 class GrIndexBufferAllocPool : public GrBufferAllocPool { 260 GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache);
|
D | GrBufferAllocPool.cpp | 489 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()
|
D | GrOpFlushState.h | 146 GrIndexBufferAllocPool fIndexPool;
|
/third_party/skia/src/gpu/ |
D | GrBufferAllocPool.h | 251 class GrIndexBufferAllocPool : public GrBufferAllocPool { 261 GrIndexBufferAllocPool(GrGpu* gpu, sk_sp<CpuBufferCache> cpuBufferCache);
|
D | GrBufferAllocPool.cpp | 477 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()
|
D | GrOpFlushState.h | 294 GrIndexBufferAllocPool fIndexPool;
|