Home
last modified time | relevance | path

Searched defs:GrBuffer (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrOpsRenderPass.h193 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()
/third_party/skia/src/gpu/mock/
DGrMockOpsRenderPass.h49 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()
/third_party/skia/src/gpu/gl/
DGrGLVertexArray.h17 class GrBuffer; variable
/third_party/flutter/skia/src/gpu/gl/
DGrGLVertexArray.h17 class GrBuffer; variable