Home
last modified time | relevance | path

Searched refs:makeDrawIndirectSpace (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/mock/
DGrMockOpTarget.h68 GrDrawIndirectWriter makeDrawIndirectSpace(int drawCount, sk_sp<const GrBuffer>* buffer, in makeDrawIndirectSpace() function
/external/skia/src/gpu/ops/
DGrMeshDrawOp.h203 virtual GrDrawIndirectWriter makeDrawIndirectSpace(int drawCount, sk_sp<const GrBuffer>* buffer,
/external/skia/tests/
DGrMeshTest.cpp335 helper->target()->makeDrawIndirectSpace(29, &dummyBuff, &dummyOffset);
347 indirectWriter = helper->target()->makeDrawIndirectSpace(
/external/skia/src/gpu/
DGrOpFlushState.h142 GrDrawIndirectWriter makeDrawIndirectSpace(int drawCount, sk_sp<const GrBuffer>* buffer, in makeDrawIndirectSpace() function
/external/skia/src/gpu/tessellate/
DGrStrokeIndirectTessellator.cpp758 GrDrawIndirectWriter indirectWriter = target->makeDrawIndirectSpace(fChainedDrawIndirectCount, in prepare()