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

/external/skia/src/gpu/
H A DGrOpFlushState.h65 fIndexPool.unmap();
85 void putBackIndices(size_t indices) { fIndexPool.putBack(indices * sizeof(uint16_t)); }
96 fIndexPool.reset();
118 GrIndexBufferAllocPool fIndexPool; member in class:GrOpFlushState

Completed in 83 milliseconds