Searched refs:fIndexPool (Results 1 – 2 of 2) sorted by relevance
86 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
18 , fIndexPool(gpu) in GrBatchFlushState()29 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()