Home
last modified time | relevance | path

Searched refs:IPostProcessConfigurationComponentManager (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dpost_process_configuration_component.h36 BEGIN_COMPONENT(IPostProcessConfigurationComponentManager, PostProcessConfigurationComponent)
70 END_COMPONENT(IPostProcessConfigurationComponentManager, PostProcessConfigurationComponent,
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h71 class IPostProcessConfigurationComponentManager; variable
254 IPostProcessConfigurationComponentManager* postProcessConfigMgr_ = nullptr;
H A Drender_system.cpp289 …const IPostProcessConfigurationComponentManager* postProcessConfigMgr, const INameComponentManager… in GetPostProcessName()
311 const IPostProcessConfigurationComponentManager* postProcessConfigMgr, const Entity& entity) in GetPostProcessRenderNodeGraph()
1161 postProcessConfigMgr_(GetManager<IPostProcessConfigurationComponentManager>(ecs)), in RenderSystem()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/
H A Dstatic_plugin.cpp149 MANAGER(POST_PROCESS_CONFIGURATION_COMPONENT_TYPE_INFO, IPostProcessConfigurationComponentManager);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp125 … PostProcessConfigurationComponentManager final : public IPostProcessConfigurationComponentManager,
335 return IPostProcessConfigurationComponentManager::UID; in GetUid()