Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_ecs.h161 virtual ISystem* CreateSystem(const SystemTypeInfo& systemInfo) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp75 ISystem* CreateSystem(const SystemTypeInfo& systemInfo) override;
255 ISystem* Ecs::CreateSystem(const SystemTypeInfo& systemInfo) in CreateSystem() function in __anon7ce8fd9e0110::Ecs
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp329 ISystem* system = ecs.CreateSystem(*typeInfo); in ParseSystem()