Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin.h174 using CreatePluginFn = PluginToken (*)(IEngine&); member
177 constexpr IEnginePlugin(CreatePluginFn create, DestroyPluginFn destroy) in IEnginePlugin()
186 const CreatePluginFn createPlugin { nullptr };
200 using CreatePluginFn = PluginToken (*)(IEcs&); member
203 constexpr IEcsPlugin(CreatePluginFn create, DestroyPluginFn destroy) in IEcsPlugin()
210 const CreatePluginFn createPlugin { nullptr };
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/
H A Dintf_plugin.h39 using CreatePluginFn = CORE_NS::PluginToken (*)(IGraphicsContext&); member
42 constexpr I3DPlugin(CreatePluginFn create, DestroyPluginFn destroy) in I3DPlugin()
51 const CreatePluginFn createPlugin { nullptr };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dintf_plugin.h88 using CreatePluginFn = CORE_NS::PluginToken (*)(IRenderContext&); member
91 constexpr IRenderPlugin(CreatePluginFn create, DestroyPluginFn destroy) in IRenderPlugin()
100 const CreatePluginFn createPlugin { nullptr };