Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin.h175 using DestroyPluginFn = void (*)(PluginToken); member
177 constexpr IEnginePlugin(CreatePluginFn create, DestroyPluginFn destroy) in IEnginePlugin()
192 const DestroyPluginFn destroyPlugin { nullptr };
201 using DestroyPluginFn = void (*)(PluginToken); member
203 constexpr IEcsPlugin(CreatePluginFn create, DestroyPluginFn destroy) in IEcsPlugin()
215 const DestroyPluginFn destroyPlugin { nullptr };
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/
H A Dintf_plugin.h40 using DestroyPluginFn = void (*)(CORE_NS::PluginToken); member
42 constexpr I3DPlugin(CreatePluginFn create, DestroyPluginFn destroy) in I3DPlugin()
57 const DestroyPluginFn destroyPlugin { nullptr };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dintf_plugin.h89 using DestroyPluginFn = void (*)(CORE_NS::PluginToken); member
91 constexpr IRenderPlugin(CreatePluginFn create, DestroyPluginFn destroy) in IRenderPlugin()
106 const DestroyPluginFn destroyPlugin { nullptr };