Home
last modified time | relevance | path

Searched refs:IRenderConfigurationComponentManager (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Drender_configuration_component.h32 BEGIN_COMPONENT(IRenderConfigurationComponentManager, RenderConfigurationComponent)
110IRenderConfigurationComponentManager, RenderConfigurationComponent, "7e655b3d-3cad-40b9-8179-c749b…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Drender_configuration_component_manager.cpp68 : public BaseManager<RenderConfigurationComponent, IRenderConfigurationComponentManager> {
76 : BaseManager<RenderConfigurationComponent, IRenderConfigurationComponentManager>( in RenderConfigurationComponentManager()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h59 class IRenderConfigurationComponentManager; variable
236 IRenderConfigurationComponentManager* renderConfigMgr_ = nullptr;
H A Drender_system.cpp1150 renderConfigMgr_(GetManager<IRenderConfigurationComponentManager>(ecs)), in RenderSystem()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/
H A Dstatic_plugin.cpp127 MANAGER(RENDER_CONFIGURATION_COMPONENT_TYPE_INFO, IRenderConfigurationComponentManager);
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h226 CORE3D_NS::IRenderConfigurationComponentManager* sceneManager_;
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp924 sceneManager_ = CORE_NS::GetManager<CORE3D_NS::IRenderConfigurationComponentManager>(ecs); in LoadSystemGraph()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp1257 auto rcm = CORE_NS::GetManager<CORE3D_NS::IRenderConfigurationComponentManager>(*ecs_); in CreateRenderConfiguration()