Searched refs:RenderCommandDraw (Results 1 – 6 of 6) sorted by relevance
81 void RenderCommandDraw(const RenderCommandWithType&);117 &RenderBackendGLES::RenderCommandUndefined, &RenderBackendGLES::RenderCommandDraw,
1071 void RenderBackendGLES::RenderCommandDraw(const RenderCommandWithType& ref) in RenderCommandDraw() function in RenderBackendGLES1074 const auto& renderCmd = *static_cast<struct RenderCommandDraw*>(ref.rc); in RenderCommandDraw()
169 void RenderCommand(const RenderCommandDraw& renderCmd, const LowLevelCommandBufferVk& cmdBuf,
971 …*static_cast<RenderCommandDraw*>(ref.rc), cmdBuffer, nodeContextPsoMgr, contextPoolMgr, stateCache… in RenderSingleCommandList()1223 void RenderBackendVk::RenderCommand(const RenderCommandDraw& renderCmd, const LowLevelCommandBuffer… in RenderCommand()
532 RenderCommandDraw* data = AllocateRenderCommand<RenderCommandDraw>(allocator_); in Draw()562 RenderCommandDraw* data = AllocateRenderCommand<RenderCommandDraw>(allocator_); in DrawIndexed()
165 struct RenderCommandDraw { struct