Home
last modified time | relevance | path

Searched refs:makeIndexSpace (Results 1 – 19 of 19) sorted by relevance

/external/skia/src/gpu/mock/
DGrMockOpTarget.h102 UNIMPL(uint16_t* makeIndexSpace(int, sk_sp<const GrBuffer>*, int*))
/external/skqp/src/gpu/
DGrOpFlushState.h90 uint16_t* makeIndexSpace(int indexCount, sk_sp<const GrBuffer>*, int* startIndex) final;
DGrOpFlushState.cpp137 uint16_t* GrOpFlushState::makeIndexSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeIndexSpace() function in GrOpFlushState
/external/skqp/src/gpu/ops/
DGrMeshDrawOp.h111 virtual uint16_t* makeIndexSpace(int indexCount, sk_sp<const GrBuffer>*, int* startIndex) = 0;
DGrAALinearizingConvexPathRenderer.cpp214 uint16_t* idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex); in draw()
DGrDrawVerticesOp.cpp242 indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in drawVolatile()
DGrShadowRRectOp.cpp557 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
DGrAAConvexPathRenderer.cpp778 uint16_t *idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
DGrOvalOpFactory.cpp1180 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
1505 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
2373 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
/external/skia/src/gpu/ops/
DGrMeshDrawOp.h177 virtual uint16_t* makeIndexSpace(int indexCount, sk_sp<const GrBuffer>*, int* startIndex) = 0;
DGrAALinearizingConvexPathRenderer.cpp242 uint16_t* idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex); in recordDraw()
DGrDrawVerticesOp.cpp423 indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
DGrShadowRRectOp.cpp563 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
DGrAAConvexPathRenderer.cpp840 uint16_t *idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
DGrOvalOpFactory.cpp1315 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
1677 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
2685 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
/external/skia/src/gpu/
DGrOpFlushState.cpp176 uint16_t* GrOpFlushState::makeIndexSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeIndexSpace() function in GrOpFlushState
DGrOpFlushState.h135 uint16_t* makeIndexSpace(int indexCount, sk_sp<const GrBuffer>*, int* startIndex) final;
/external/skqp/tests/
DOnFlushCallbackTest.cpp115 uint16_t* indices = target->makeIndexSpace(6, &indexBuffer, &firstIndex); in onPrepareDraws()
/external/skia/tests/
DOnFlushCallbackTest.cpp144 uint16_t* indices = target->makeIndexSpace(6, &indexBuffer, &firstIndex); in onPrepareDraws()