HomeSort by relevance Sort by last modified time
    Searched refs:GrIndexBufferAllocPool (Results 1 - 8 of 8) sorted by null

  /external/skia/gpu/include/
GrInOrderDrawBuffer.h 27 class GrIndexBufferAllocPool;
53 GrIndexBufferAllocPool* indexPool);
160 GrIndexBufferAllocPool& fIndexPool;
GrContext.h 29 class GrIndexBufferAllocPool;
530 GrIndexBufferAllocPool* fDrawBufferIBAllocPool;
GrGpu.h 27 class GrIndexBufferAllocPool;
496 GrIndexBufferAllocPool* fIndexPool;
  /external/skia/gpu/src/
GrBufferAllocPool.h 282 class GrIndexBufferAllocPool : public GrBufferAllocPool {
298 GrIndexBufferAllocPool(GrGpu* gpu,
GrBufferAllocPool.cpp 389 GrIndexBufferAllocPool::GrIndexBufferAllocPool(GrGpu* gpu,
400 void* GrIndexBufferAllocPool::makeSpace(int indexCount,
421 bool GrIndexBufferAllocPool::appendIndices(int indexCount,
434 int GrIndexBufferAllocPool::preallocatedBufferIndices() const {
438 int GrIndexBufferAllocPool::currentBufferIndices() const {
GrInOrderDrawBuffer.cpp 26 GrIndexBufferAllocPool* indexPool) :
GrGpu.cpp 645 fIndexPool = new GrIndexBufferAllocPool(this, true, 0, 1);
GrContext.cpp     [all...]

Completed in 229 milliseconds