Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrOpFlushState.cpp21 , 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()
DGrOpFlushState.h145 GrIndexBufferAllocPool fIndexPool; variable
/external/skia/src/gpu/
DGrOpFlushState.cpp22 , 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()
DGrOpFlushState.h144 GrIndexBufferAllocPool fIndexPool; variable