Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h155 virtual void NextSubpass(const SubpassContents& subpassContents) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h523 void NextSubpass(const SubpassContents& subpassContents) override;
H A Drender_command_list.cpp1186 void RenderCommandList::NextSubpass(const SubpassContents& subpassContents) in NextSubpass() function in RenderCommandList