Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockOpTarget.h81 GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount, in makeDrawIndexedIndirectSpace() function
/external/skia/src/gpu/ops/
DGrMeshDrawOp.h210 virtual GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount,
/external/skia/tests/
DGrMeshTest.cpp336 indexedIndirectWriter = helper->target()->makeDrawIndexedIndirectSpace(
345 helper->target()->makeDrawIndexedIndirectSpace(7, &dummyBuff,
/external/skia/src/gpu/
DGrOpFlushState.h146 GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount, in makeDrawIndexedIndirectSpace() function
/external/skia/src/gpu/tessellate/
DGrPathTessellator.cpp113 GrDrawIndexedIndirectWriter indirectWriter = target->makeDrawIndexedIndirectSpace( in prepare()