Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockOpTarget.h103 UNIMPL(uint16_t* makeIndexSpaceAtLeast(int, int, sk_sp<const GrBuffer>*, int*, int*))
/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()
/external/skia/src/gpu/ops/
DGrMeshDrawOp.h195 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
DGrDefaultPathRenderer.cpp250 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, in allocNewBuffers()
/external/skia/src/gpu/
DGrOpFlushState.cpp188 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() function in GrOpFlushState
DGrOpFlushState.h139 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,