Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrMeshDrawTarget.cpp47 void* p = this->makeIndexSpaceAtLeast(minIndexCount, fallbackIndexCount, buffer, in makeIndexWriterAtLeast()
DGrMeshDrawTarget.h87 virtual uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
DGrOpFlushState.cpp198 uint16_t* GrOpFlushState::makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount, in makeIndexSpaceAtLeast() function in GrOpFlushState
DGrOpFlushState.h138 uint16_t* makeIndexSpaceAtLeast(int minIndexCount, int fallbackIndexCount,
/external/skia/src/gpu/ganesh/mock/
DGrMockOpTarget.h107 UNIMPL(uint16_t* makeIndexSpaceAtLeast(int, int, sk_sp<const GrBuffer>*, int*, int*))
/external/skia/src/gpu/ganesh/ops/
DDefaultPathRenderer.cpp260 fIndices = fTarget->makeIndexSpaceAtLeast(kMinIndicesPerChunk, kFallbackIndicesPerChunk, in allocNewBuffers()