Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrMeshDrawOp.h130 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
DGrDefaultPathRenderer.cpp243 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, in allocNewBuffers()
/external/skia/src/gpu/
DGrOpFlushState.h93 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
DGrOpFlushState.cpp161 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() function in GrOpFlushState
/external/skqp/src/gpu/
DGrOpFlushState.h94 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
DGrOpFlushState.cpp149 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() function in GrOpFlushState
/external/skqp/src/gpu/ops/
DGrMeshDrawOp.h129 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
DGrDefaultPathRenderer.cpp245 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, in allocNewBuffers()