Home
last modified time | relevance | path

Searched refs:makeIndexSpaceAtLeast (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrOpFlushState.h64 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()
DGrOpFlushState.cpp46 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() function in GrOpFlushState
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp241 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, in allocNewBuffers()