Searched refs:makeIndexSpaceAtLeast (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrMeshDrawTarget.h | 78 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|
D | GrOpFlushState.cpp | 197 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() function in GrOpFlushState
|
D | GrOpFlushState.h | 138 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
|
/third_party/skia/src/gpu/mock/ |
D | GrMockOpTarget.h | 105 UNIMPL(uint16_t* makeIndexSpaceAtLeast(int, int, sk_sp<const GrBuffer>*, int*, int*))
|
/third_party/skia/src/gpu/ops/ |
D | DefaultPathRenderer.cpp | 260 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, in allocNewBuffers()
|