Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.h91 const PipelineLayout& GetGraphicsPsoPipelineLayout(const RenderHandle handle) const;
H A Dnode_context_pso_manager.cpp366 const PipelineLayout& NodeContextPsoManager::GetGraphicsPsoPipelineLayout(const RenderHandle handle… in GetGraphicsPsoPipelineLayout() function in NodeContextPsoManager
H A Drender_command_list.cpp1957 … : psoMgr_.GetGraphicsPsoPipelineLayout(stateData_.currentPsoHandle); in ValidatePipelineLayout()