Home
last modified time | relevance | path

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

/third_party/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() function
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
DGrMeshDrawTarget.h93 virtual GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount,
DGrBufferAllocPool.h332 GrDrawIndexedIndirectWriter makeIndexedSpace(int drawCount, sk_sp<const GrBuffer>* buffer, in makeIndexedSpace()
DGrOpFlushState.h145 GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount, in makeDrawIndexedIndirectSpace()
/third_party/skia/src/gpu/mock/
DGrMockOpTarget.h83 GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount, in makeDrawIndexedIndirectSpace()
/third_party/skia/tests/
DGrMeshTest.cpp327 GrDrawIndexedIndirectWriter indexedIndirectWriter;