Home
last modified time | relevance | path

Searched refs:GrDrawIndexedIndirectWriter (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrDrawIndirectCommand.h73 struct GrDrawIndexedIndirectWriter { struct
75 GrDrawIndexedIndirectWriter() = default;
76 GrDrawIndexedIndirectWriter(void* data) in GrDrawIndexedIndirectWriter() function
78 GrDrawIndexedIndirectWriter(const GrDrawIndexedIndirectWriter&) = delete;
79 GrDrawIndexedIndirectWriter(GrDrawIndexedIndirectWriter&& that) { *this = std::move(that); } in GrDrawIndexedIndirectWriter() argument
81 GrDrawIndexedIndirectWriter& operator=(const GrDrawIndexedIndirectWriter&) = delete; argument
82 GrDrawIndexedIndirectWriter& operator=(GrDrawIndexedIndirectWriter&& that) {
88 bool operator==(const GrDrawIndexedIndirectWriter& that) { return fData == that.fData; }
92 GrDrawIndexedIndirectWriter makeOffset(int drawCount) const { return {fData + drawCount}; } in makeOffset() argument
DGrBufferAllocPool.h332 GrDrawIndexedIndirectWriter makeIndexedSpace(int drawCount, sk_sp<const GrBuffer>* buffer, in makeIndexedSpace()
DGrOpFlushState.h146 GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount, in makeDrawIndexedIndirectSpace()
/external/skia/src/gpu/tessellate/
DGrStencilPathShader.h155 static void WriteDrawCubicsIndirectCmd(GrDrawIndexedIndirectWriter* indirectWriter, in WriteDrawCubicsIndirectCmd()
170 static void WriteDrawTrianglesIndirectCmd(GrDrawIndexedIndirectWriter* indirectWriter, in WriteDrawTrianglesIndirectCmd()
DGrPathTessellator.cpp113 GrDrawIndexedIndirectWriter indirectWriter = target->makeDrawIndexedIndirectSpace( in prepare()
/external/skia/src/gpu/mock/
DGrMockOpTarget.h81 GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount, in makeDrawIndexedIndirectSpace()
/external/skia/src/gpu/ops/
DGrMeshDrawOp.h210 virtual GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount,
/external/skia/tests/
DGrMeshTest.cpp328 GrDrawIndexedIndirectWriter indexedIndirectWriter;