Searched refs:fIndexPool (Results 1 – 2 of 2) sorted by relevance
123 void putBackIndices(size_t indices) { fIndexPool->putBack(indices * sizeof(uint16_t)); } in putBackIndices()131 fIndexPool->reset(); in reset()137 fIndexPool->unmap(); in unmapVertexAndIndexBuffers()142 SkAutoTDelete<GrIndexBufferAllocPool> fIndexPool; variable
31 fIndexPool.reset(SkNEW_ARGS(GrIndexBufferAllocPool, (fGpu, in GrBatchTarget()73 return reinterpret_cast<uint16_t*>(fIndexPool->makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()