Home
last modified time | relevance | path

Searched refs:BIND_PIPELINE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h68 BIND_PIPELINE, enumerator
H A Drender_command_list.cpp729 renderCommands_.push_back({ RenderCommandType::BIND_PIPELINE, data }); in BindPipeline()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp67 case RenderCommandType::BIND_PIPELINE: { in DebugPrintCommandListCommand()
721 case RenderCommandType::BIND_PIPELINE: in ProcessRenderNodeCommands()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp989 case RenderCommandType::BIND_PIPELINE: { in RenderSingleCommandList()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp963 PLUGIN_ASSERT(ref.type == RenderCommandType::BIND_PIPELINE); in RenderCommandBindPipeline()