Home
last modified time | relevance | path

Searched refs:GetReflectionPipelineLayoutRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp1368 return GetReflectionPipelineLayoutRef(handle.GetHandle()); in GetReflectionPipelineLayout()
1371 const PipelineLayout& ShaderManager::GetReflectionPipelineLayoutRef(const RenderHandle& handle) con… in GetReflectionPipelineLayoutRef() function in ShaderManager
2055 const PipelineLayout rpl = GetReflectionPipelineLayoutRef(rhs); in GetCompatibilityFlags()
2068 : GetReflectionPipelineLayoutRef(lhs); in GetCompatibilityFlags()
2069 … flags = GetPipelineLayoutCompatibilityFlags(lpl, GetReflectionPipelineLayoutRef(rhs)); in GetCompatibilityFlags()
2383 return shaderMgr_.GetReflectionPipelineLayoutRef(handle); in GetReflectionPipelineLayout()
H A Dshader_manager.h207 const PipelineLayout& GetReflectionPipelineLayoutRef(const RenderHandle& handle) const;