Searched defs:GrBuffer (Results 1 – 4 of 4) sorted by relevance
193 virtual void onDrawIndirect(const GrBuffer*, size_t offset, int drawCount) { in onDrawIndirect()196 virtual void onDrawIndexedIndirect(const GrBuffer*, size_t offset, int drawCount) { in onDrawIndexedIndirect()
49 void onDrawIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); } in onDrawIndirect()50 void onDrawIndexedIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); } in onDrawIndexedIndirect()
17 class GrBuffer; variable