Home
last modified time | relevance | path

Searched refs:CreatePluginRegistry (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Dcore_library_loader.h56 void (*CORE_NS::CreatePluginRegistry)(const struct CORE_NS::PlatformCreateInfo& platformCreateInfo){ nullptr }; in CreatePluginRegistry() function
79 if (!CORE_NS::CreatePluginRegistry) { in LoadCoreLibrary()
109 CORE_NS::CreatePluginRegistry = nullptr; in UnloadCoreLibrary() member in CORE_NS
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin_register.h127 extern void (*CreatePluginRegistry)(const struct PlatformCreateInfo& platformCreateInfo);
133 CORE_PUBLIC void CreatePluginRegistry(const struct PlatformCreateInfo& platformCreateInfo);
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_runner.cpp70 void (*CreatePluginRegistry) ( variable
158 if (!(LOAD_FUNC(CORE_NS::CreatePluginRegistry, in LoadEngineLib()
182 CORE_NS::CreatePluginRegistry(platformCreateInfo); in LoadPlugins()
/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp164 if (!(LOAD_FUNC(CORE_NS::CreatePluginRegistry, in LoadEngineLib()
187 CORE_NS::CreatePluginRegistry(platformCreateInfo); in LoadPlugins()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp91 void (*CreatePluginRegistry)( variable
118 CORE_NS::CreatePluginRegistry = nullptr; in UnloadEngineLib() member in OHOS::Render3D::CORE_NS
153 if (!(LOAD_FUNC(CORE_NS::CreatePluginRegistry, in LoadEngineLib()
183 CORE_NS::CreatePluginRegistry(info); in CreateCoreEngine()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp618 CORE_PUBLIC void CreatePluginRegistry(const PlatformCreateInfo& platformCreateInfo) in CreatePluginRegistry() function

Completed in 7 milliseconds