Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_context_manager.cpp57 contextInterfaces_.push_back({ RenderNodeContextManager::UID, this }); in RENDER_BEGIN_NAMESPACE()
58 contextInterfaces_.push_back({ RenderCommandList::UID, &renderCommandList_ }); in RENDER_BEGIN_NAMESPACE()
59contextInterfaces_.push_back({ RenderNodeGraphShareManager::UID, renderNodeGraphShareMgr_.get() }); in RENDER_BEGIN_NAMESPACE()
60 contextInterfaces_.push_back({ RenderNodeParserUtil::UID, renderNodeParserUtil_.get() }); in RENDER_BEGIN_NAMESPACE()
158 for (const auto& ref : contextInterfaces_) { in GetRenderNodeContextInterface()
H A Drender_node_context_manager.h117 BASE_NS::vector<ContextInterface> contextInterfaces_; variable