Searched defs:GrIndexBufferAllocPool (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
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 {

Completed in 307 milliseconds