Searched refs:renderCommandCtx (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.h | 154 void RenderSingleCommandList(RenderCommandContext& renderCommandCtx, const uint32_t cmdBufIdx, 162 RenderCommandContext& renderCommandCtx, const uint32_t cmdBufIdx,
|
H A D | render_backend_vk.cpp | 683 RenderCommandContext& renderCommandCtx, const uint32_t cmdBufIdx, in RenderPrimaryRenderPass() argument 686 const RenderCommandList& renderCommandList = *renderCommandCtx.renderCommandList; in RenderPrimaryRenderPass() 687 NodeContextPsoManager& nodeContextPsoMgr = *renderCommandCtx.nodeContextPsoMgr; in RenderPrimaryRenderPass() 688 NodeContextPoolManager& contextPoolMgr = *renderCommandCtx.nodeContextPoolMgr; in RenderPrimaryRenderPass() 734 const RenderBarrierList& renderBarrierList = *renderCommandCtx.renderBarrierList; in RenderPrimaryRenderPass() 829 void RenderBackendVk::RenderSingleCommandList(RenderCommandContext& renderCommandCtx, const uint32_… in RenderSingleCommandList() argument 833 const RenderCommandList& renderCommandList = *renderCommandCtx.renderCommandList; in RenderSingleCommandList() 834 const RenderBarrierList& renderBarrierList = *renderCommandCtx.renderBarrierList; in RenderSingleCommandList() 835 NodeContextPsoManager& nodeContextPsoMgr = *renderCommandCtx.nodeContextPsoMgr; in RenderSingleCommandList() 837 NodeContextPoolManager& contextPoolMgr = *renderCommandCtx.nodeContextPoolMgr; in RenderSingleCommandList() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.h | 77 void RenderSingleCommandList(const RenderCommandContext& renderCommandCtx);
|
H A D | render_backend_gles.cpp | 898 void RenderBackendGLES::RenderSingleCommandList(const RenderCommandContext& renderCommandCtx) in RenderSingleCommandList() argument 901 managers_ = { renderCommandCtx.nodeContextPsoMgr, renderCommandCtx.nodeContextPoolMgr, in RenderSingleCommandList() 902 renderCommandCtx.nodeContextDescriptorSetMgr, renderCommandCtx.renderBarrierList }; in RenderSingleCommandList() 907 const auto& debugName = renderCommandCtx.debugName; in RenderSingleCommandList() 934 for (const auto& ref : renderCommandCtx.renderCommandList->GetRenderCommands()) { in RenderSingleCommandList()
|