Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrMeshDrawTarget.h78 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
DGrOpFlushState.cpp197 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() function in GrOpFlushState
DGrOpFlushState.h138 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
/third_party/skia/src/gpu/mock/
DGrMockOpTarget.h105 UNIMPL(uint16_t* makeIndexSpaceAtLeast(int, int, sk_sp<const GrBuffer>*, int*, int*))
/third_party/skia/src/gpu/ops/
DDefaultPathRenderer.cpp260 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, in allocNewBuffers()