Searched refs:fIndexPool (Results 1 – 4 of 4) sorted by relevance
21 , fIndexPool(gpu, indexSpace) in GrOpFlushState()53 fIndexPool.unmap(); in preExecuteDraws()66 fIndexPool.reset(); in reset()139 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()152 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast( in makeIndexSpaceAtLeast()157 fIndexPool.putBack(indexCount * sizeof(uint16_t)); in putBackIndices()
145 GrIndexBufferAllocPool fIndexPool; variable
22 , fIndexPool(gpu, std::move(cpuBufferCache)) in GrOpFlushState()66 fIndexPool.unmap(); in preExecuteDraws()79 fIndexPool.reset(); in reset()151 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()164 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast( in makeIndexSpaceAtLeast()169 fIndexPool.putBack(indexCount * sizeof(uint16_t)); in putBackIndices()
144 GrIndexBufferAllocPool fIndexPool; variable