Searched refs:contextInterfaces_ (Results 1 – 2 of 2) sorted by relevance
57 contextInterfaces_.push_back({ RenderNodeContextManager::UID, this }); in RENDER_BEGIN_NAMESPACE()58 contextInterfaces_.push_back({ RenderCommandList::UID, &renderCommandList_ }); in RENDER_BEGIN_NAMESPACE()59 …contextInterfaces_.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()
117 BASE_NS::vector<ContextInterface> contextInterfaces_; variable