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