Searched refs:fIndexPool (Results 1 – 4 of 4) sorted by relevance
23 , fIndexPool(gpu, std::move(cpuBufferCache)) in GrOpFlushState()70 fIndexPool.unmap(); in preExecuteDraws()83 fIndexPool.reset(); in reset()172 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()185 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast( in makeIndexSpaceAtLeast()190 fIndexPool.putBack(indexCount * sizeof(uint16_t)); in putBackIndices()
146 GrIndexBufferAllocPool fIndexPool; variable
27 , fIndexPool(gpu, cpuBufferCache) in GrOpFlushState()79 fIndexPool.unmap(); in preExecuteDraws()93 fIndexPool.reset(); in reset()187 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()200 return reinterpret_cast<uint16_t*>(fIndexPool.makeSpaceAtLeast( in makeIndexSpaceAtLeast()205 fIndexPool.putBack(indexCount * sizeof(uint16_t)); in putBackIndices()
294 GrIndexBufferAllocPool fIndexPool; variable