Lines Matching refs:this
4 * Use of this source code is governed by a BSD-style license that can be
33 this->markRenderTargetDirty();
45 void onDraw(int, int) override { this->noopDraw(); }
46 void onDrawIndexed(int, int, uint16_t, uint16_t, int) override { this->noopDraw(); }
47 void onDrawInstanced(int, int, int, int) override { this->noopDraw(); }
48 void onDrawIndexedInstanced(int, int, int, int, int) override { this->noopDraw(); }
49 void onDrawIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); }
50 void onDrawIndexedIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); }
52 this->markRenderTargetDirty();
56 this->markRenderTargetDirty();