Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchTarget.h123 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
DGrBatchTarget.cpp31 fIndexPool.reset(SkNEW_ARGS(GrIndexBufferAllocPool, (fGpu, in GrBatchTarget()
73 return reinterpret_cast<uint16_t*>(fIndexPool->makeSpace(indexCount, buffer, startIndex)); in makeIndexSpace()