Searched refs:GrIndexBufferAllocPool (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h20 class GrIndexBufferAllocPool;
51 GrIndexBufferAllocPool* indexPool);
168 GrIndexBufferAllocPool& fIndexPool;
H A DGrBufferAllocPool.h279 class GrIndexBufferAllocPool : public GrBufferAllocPool { class in inherits:GrBufferAllocPool
295 GrIndexBufferAllocPool(GrGpu* gpu,
H A DGrBufferAllocPool.cpp423 GrIndexBufferAllocPool::GrIndexBufferAllocPool(GrGpu* gpu, function in class:GrIndexBufferAllocPool
434 void* GrIndexBufferAllocPool::makeSpace(int indexCount,
455 bool GrIndexBufferAllocPool::appendIndices(int indexCount,
468 int GrIndexBufferAllocPool::preallocatedBufferIndices() const {
472 int GrIndexBufferAllocPool::currentBufferIndices() const {
H A DGrGpu.h19 class GrIndexBufferAllocPool;
494 GrIndexBufferAllocPool* fIndexPool;
H A DGrInOrderDrawBuffer.cpp21 GrIndexBufferAllocPool* indexPool)
H A DGrGpu.cpp842 fIndexPool = new GrIndexBufferAllocPool(this, true,
H A DGrContext.cpp1979 new GrIndexBufferAllocPool(fGpu, false,
/external/skia/include/gpu/
H A DGrContext.h24 class GrIndexBufferAllocPool;
670 GrIndexBufferAllocPool* fDrawBufferIBAllocPool;

Completed in 89 milliseconds