Searched defs:fIndexPool (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrBatchTarget.h123 void putBackIndices(size_t indices) { fIndexPool->putBack(indices * sizeof(uint16_t)); }
131 fIndexPool->reset();
137 fIndexPool->unmap();
142 SkAutoTDelete<GrIndexBufferAllocPool> fIndexPool; member in class:GrBatchTarget

Completed in 518 milliseconds