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

  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 28 , fIndexPool(*indexPool) {
350 fIndexPool.reset();
369 fIndexPool.unlock();
429 int32_t currIndices = fIndexPool.currentBufferIndices();
431 (!fIndexPool.preallocatedBuffersRemaining() &&
432 *indexCount <= fIndexPool.preallocatedBufferIndices())) {
472 *indices = fIndexPool.makeSpace(indexCount,
499 fIndexPool.putBack(reservedIndexBytes - poolState.fUsedPoolIndexBytes);
527 fIndexPool.appendIndices(indexCount,
562 fIndexPool.putBack(reservedIndexBytes - poolState.fUsedPoolIndexBytes)
    [all...]
GrGpu.cpp 37 , fIndexPool(NULL)
78 delete fIndexPool;
79 fIndexPool = NULL;
97 delete fIndexPool;
98 fIndexPool = NULL;
822 GrAssert(NULL != fIndexPool);
823 fIndexPool->unlock();
840 if (NULL == fIndexPool) {
842 fIndexPool = new GrIndexBufferAllocPool(this, true,
845 fIndexPool->releaseGpuRef()
    [all...]
GrInOrderDrawBuffer.h 168 GrIndexBufferAllocPool& fIndexPool;
GrGpu.h 494 GrIndexBufferAllocPool* fIndexPool;

Completed in 1154 milliseconds