Home
last modified time | relevance | path

Searched refs:fIndexPool (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrBatchFlushState.h86 fIndexPool.unmap(); in preIssueDraws()
94 void putBackIndices(size_t indices) { fIndexPool.putBack(indices * sizeof(uint16_t)); } in putBackIndices()
104 fIndexPool.reset(); in reset()
114 GrIndexBufferAllocPool fIndexPool; variable
DGrBatchFlushState.cpp18 , fIndexPool(gpu) in GrBatchFlushState()
29 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()