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

  /external/skia/src/gpu/
GrBatchTarget.h 123 void putBackIndices(size_t indices) { fIndexPool->putBack(indices * sizeof(uint16_t)); }
131 fIndexPool->reset();
137 fIndexPool->unmap();
142 SkAutoTDelete<GrIndexBufferAllocPool> fIndexPool;
GrBatchTarget.cpp 31 fIndexPool.reset(SkNEW_ARGS(GrIndexBufferAllocPool, (fGpu,
73 return reinterpret_cast<uint16_t*>(fIndexPool->makeSpace(indexCount, buffer, startIndex));

Completed in 79 milliseconds