Searched refs:GrDrawIndexedIndirectWriter (Results 1 – 6 of 6) sorted by relevance
73 struct GrDrawIndexedIndirectWriter { struct75 GrDrawIndexedIndirectWriter() = default;76 GrDrawIndexedIndirectWriter(void* data) in GrDrawIndexedIndirectWriter() function78 GrDrawIndexedIndirectWriter(const GrDrawIndexedIndirectWriter&) = delete;79 GrDrawIndexedIndirectWriter(GrDrawIndexedIndirectWriter&& that) { *this = std::move(that); } in GrDrawIndexedIndirectWriter() function81 GrDrawIndexedIndirectWriter& operator=(const GrDrawIndexedIndirectWriter&) = delete; argument82 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
93 virtual GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount,
332 GrDrawIndexedIndirectWriter makeIndexedSpace(int drawCount, sk_sp<const GrBuffer>* buffer, in makeIndexedSpace()
145 GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount, in makeDrawIndexedIndirectSpace()
83 GrDrawIndexedIndirectWriter makeDrawIndexedIndirectSpace(int drawCount, in makeDrawIndexedIndirectSpace()
327 GrDrawIndexedIndirectWriter indexedIndirectWriter;