Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_node_context_manager.h108 virtual CORE_NS::IInterface* GetRenderNodeContextInterface(const BASE_NS::Uid& uid) const = 0;
113 InterfaceType* GetRenderNodeContextInterface() in GetRenderNodeContextInterface() function
115 return static_cast<InterfaceType*>(GetRenderNodeContextInterface(InterfaceType::UID)); in GetRenderNodeContextInterface()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_context_manager.h93 CORE_NS::IInterface* GetRenderNodeContextInterface(const BASE_NS::Uid& uid) const override;
H A Drender_node_context_manager.cpp156 CORE_NS::IInterface* RenderNodeContextManager::GetRenderNodeContextInterface(const Uid& uid) const in GetRenderNodeContextInterface() function in RenderNodeContextManager