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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrBufferAllocPool.h274 class GrIndexBufferAllocPool : public GrBufferAllocPool { class in inherits:GrBufferAllocPool
290 GrIndexBufferAllocPool(GrGpu* gpu,
H A DGrBufferAllocPool.cpp448 GrIndexBufferAllocPool::GrIndexBufferAllocPool(GrGpu* gpu, function in class:GrIndexBufferAllocPool
459 void* GrIndexBufferAllocPool::makeSpace(int indexCount,
480 bool GrIndexBufferAllocPool::appendIndices(int indexCount,
493 int GrIndexBufferAllocPool::preallocatedBufferIndices() const {
497 int GrIndexBufferAllocPool::currentBufferIndices() const {
H A DGrInOrderDrawBuffer.h26 class GrIndexBufferAllocPool;
53 GrIndexBufferAllocPool* indexPool);
311 GrIndexBufferAllocPool& fIndexPool;
H A DGrGpu.h17 class GrIndexBufferAllocPool;
508 GrIndexBufferAllocPool* fIndexPool;
H A DGrGpu.cpp411 fIndexPool = SkNEW_ARGS(GrIndexBufferAllocPool, (this, true,
H A DGrInOrderDrawBuffer.cpp19 GrIndexBufferAllocPool* indexPool)
H A DGrContext.cpp1849 SkNEW_ARGS(GrIndexBufferAllocPool, (fGpu, false,
/external/skia/src/gpu/
H A DGrBufferAllocPool.h274 class GrIndexBufferAllocPool : public GrBufferAllocPool { class in inherits:GrBufferAllocPool
290 GrIndexBufferAllocPool(GrGpu* gpu,
H A DGrBufferAllocPool.cpp437 GrIndexBufferAllocPool::GrIndexBufferAllocPool(GrGpu* gpu, function in class:GrIndexBufferAllocPool
448 void* GrIndexBufferAllocPool::makeSpace(int indexCount,
469 bool GrIndexBufferAllocPool::appendIndices(int indexCount,
482 int GrIndexBufferAllocPool::preallocatedBufferIndices() const {
486 int GrIndexBufferAllocPool::currentBufferIndices() const {
H A DGrInOrderDrawBuffer.h21 class GrIndexBufferAllocPool;
48 GrIndexBufferAllocPool* indexPool);
252 GrIndexBufferAllocPool& fIndexPool;
H A DGrGpu.h17 class GrIndexBufferAllocPool;
523 GrIndexBufferAllocPool* fIndexPool;
H A DGrGpu.cpp464 fIndexPool = SkNEW_ARGS(GrIndexBufferAllocPool, (this, true,
H A DGrInOrderDrawBuffer.cpp23 GrIndexBufferAllocPool* indexPool)
H A DGrContext.cpp1820 SkNEW_ARGS(GrIndexBufferAllocPool, (fGpu, false,
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h30 class GrIndexBufferAllocPool;
1010 GrIndexBufferAllocPool* fDrawBufferIBAllocPool;
/external/skia/include/gpu/
H A DGrContext.h31 class GrIndexBufferAllocPool;
973 GrIndexBufferAllocPool* fDrawBufferIBAllocPool;

Completed in 3009 milliseconds