Searched refs:makeIndexSpace (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrMeshDrawTarget.h | 60 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 D | GrOpFlushState.h | 134 uint16_t* makeIndexSpace(int indexCount, sk_sp<const GrBuffer>*, int* startIndex) final;
|
H A D | GrOpFlushState.cpp | 185 uint16_t* GrOpFlushState::makeIndexSpace(int indexCount, sk_sp<const GrBuffer>* buffer, in makeIndexSpace() function in GrOpFlushState
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockOpTarget.h | 104 UNIMPL(uint16_t* makeIndexSpace(int, sk_sp<const GrBuffer>*, int*))
|
/third_party/skia/src/gpu/ops/ |
H A D | AALinearizingConvexPathRenderer.cpp | 194 uint16_t* idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex); in recordDraw()
|
H A D | AAConvexPathRenderer.cpp | 825 uint16_t *idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex);
|
H A D | ShadowRRectOp.cpp | 565 uint16_t* indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex);
|
H A D | DrawVerticesOp.cpp | 427 indices = target->makeIndexSpace(fIndexCount, &indexBuffer, &firstIndex); in onPrepareDraws()
|
H A D | GrOvalOpFactory.cpp | 1320 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