Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h475 uint32_t GetRenderCommandCount() const;
H A Drender_command_list.cpp391 const uint32_t renderCommandCount = GetRenderCommandCount(); in HasValidRenderCommands()
408 uint32_t RenderCommandList::GetRenderCommandCount() const in GetRenderCommandCount() function in RenderCommandList
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_graph.cpp525 const uint32_t rcIndex = releaseNodeRef.renderCommandList->GetRenderCommandCount() - 1; in PatchGpuResourceQueueTransfers()