Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrOpFlushState.cpp23 , 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()
DGrOpFlushState.h146 GrIndexBufferAllocPool fIndexPool; variable
/third_party/skia/src/gpu/
DGrOpFlushState.cpp27 , 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()
DGrOpFlushState.h294 GrIndexBufferAllocPool fIndexPool; variable