Home
last modified time | relevance | path

Searched refs:GetCustomBarriers (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h481 BASE_NS::array_view<const CommandBarrier> GetCustomBarriers() const;
H A Drender_command_list.cpp428 array_view<const CommandBarrier> RenderCommandList::GetCustomBarriers() const in GetCustomBarriers() function in RenderCommandList
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp1041 const auto& customBarrierListRef = nodeData.renderCommandList->GetCustomBarriers(); in RenderCommand()