Home
last modified time | relevance | path

Searched refs:makeIndexSpace (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
H A DGrMeshDrawTarget.h60 virtual uint16_t* makeIndexSpace(int indexCount, sk_sp<const GrBuffer>*, int* startIndex) = 0;
73 * This is similar to makeIndexSpace. It allows the caller to use up to 'actualIndexCount'
H A DGrOpFlushState.h134 uint16_t* makeIndexSpace(int indexCount, sk_sp<const GrBuffer>*, int* startIndex) final;
H A DGrOpFlushState.cpp185 uint16_t* GrOpFlushState::makeIndexSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeIndexSpace() function in GrOpFlushState
/third_party/skia/src/gpu/mock/
H A DGrMockOpTarget.h104 UNIMPL(uint16_t* makeIndexSpace(int, sk_sp<const GrBuffer>*, int*))
/third_party/skia/src/gpu/ops/
H A DAALinearizingConvexPathRenderer.cpp194 uint16_t* idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex); in recordDraw()
H A DAAConvexPathRenderer.cpp825 uint16_t *idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex);
H A DShadowRRectOp.cpp565 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
H A DDrawVerticesOp.cpp427 indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
H A DGrOvalOpFactory.cpp1320 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
1692 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
2723 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);

Completed in 12 milliseconds