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

  /external/skia/gpu/src/
GrGpu.cpp 44 , fIndexPool(NULL)
77 delete fIndexPool;
78 fIndexPool = NULL;
94 delete fIndexPool;
95 fIndexPool = NULL;
627 GrAssert(NULL != fIndexPool);
628 fIndexPool->unlock();
644 if (NULL == fIndexPool) {
645 fIndexPool = new GrIndexBufferAllocPool(this, true, 0, 1);
646 fIndexPool->releaseGpuRef()
    [all...]
GrInOrderDrawBuffer.cpp 41 fIndexPool(*indexPool),
336 fIndexPool.reset();
354 fIndexPool.unlock();
416 int32_t currIndices = fIndexPool.currentBufferIndices();
418 (!fIndexPool.preallocatedBuffersRemaining() &&
419 *indexCount <= fIndexPool.preallocatedBufferIndices())) {
462 *indices = fIndexPool.makeSpace(fReservedGeometry.fIndexCount,
483 fIndexPool.putBack(indexSlack);
514 fIndexPool.appendIndices(indexCount,
  /external/skia/gpu/include/
GrInOrderDrawBuffer.h 160 GrIndexBufferAllocPool& fIndexPool;
GrGpu.h 496 GrIndexBufferAllocPool* fIndexPool;

Completed in 75 milliseconds