Home
last modified time | relevance | path

Searched defs:onDrawIndexedIndirect (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlOpsRenderPass.mm488 void GrMtlOpsRenderPass::onDrawIndexedIndirect(const GrBuffer* drawIndirectBuffer, function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrOpsRenderPass.h207 virtual void onDrawIndexedIndirect(const GrBuffer*, size_t offset, int drawCount) { in onDrawIndexedIndirect() function
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockOpsRenderPass.h69 void onDrawIndexedIndirect(const GrBuffer*, size_t, int) override { this->noopDraw(); } in onDrawIndexedIndirect() function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DOpsRenderPass.cpp282 void GrD3DOpsRenderPass::onDrawIndexedIndirect(const GrBuffer* buffer, size_t offset, in onDrawIndexedIndirect() function in GrD3DOpsRenderPass
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLOpsRenderPass.cpp367 void GrGLOpsRenderPass::onDrawIndexedIndirect(const GrBuffer* drawIndirectBuffer, size_t offset, in onDrawIndexedIndirect() function in GrGLOpsRenderPass
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkOpsRenderPass.cpp846 void GrVkOpsRenderPass::onDrawIndexedIndirect(const GrBuffer* drawIndirectBuffer, size_t offset, in onDrawIndexedIndirect() function in GrVkOpsRenderPass