Searched refs:makeIndexSpaceAtLeast (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ |
D | GrOpFlushState.h | 64 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, 222 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() function 225 return this->state()->makeIndexSpaceAtLeast(minIndexCount, fallbackIndexCount, buffer, in makeIndexSpaceAtLeast()
|
D | GrOpFlushState.cpp | 46 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() function in GrOpFlushState
|
/external/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 241 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, in allocNewBuffers()
|