Home
last modified time | relevance | path

Searched refs:DLL_START_PLUGIN (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_PluginManager.cpp15 using DLL_START_PLUGIN = void (*)(); typedef
66 DLL_START_PLUGIN pFunc = reinterpret_cast<DLL_START_PLUGIN>(lib->getSymbol("dllStartPlugin")); in loadPlugin()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_PluginManager.cpp15 using DLL_START_PLUGIN = void (*)(); typedef
66 DLL_START_PLUGIN pFunc = reinterpret_cast<DLL_START_PLUGIN>(lib->getSymbol("dllStartPlugin")); in loadPlugin()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_PluginManager.cpp15 using DLL_START_PLUGIN = void (*)(); typedef
66 DLL_START_PLUGIN pFunc = reinterpret_cast<DLL_START_PLUGIN>(lib->getSymbol("dllStartPlugin")); in loadPlugin()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_PluginManager.cpp15 using DLL_START_PLUGIN = void (*)(); typedef
66 DLL_START_PLUGIN pFunc = reinterpret_cast<DLL_START_PLUGIN>(lib->getSymbol("dllStartPlugin")); in loadPlugin()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRoot.cpp94 typedef void (*DLL_START_PLUGIN)(void); typedef
1246 DLL_START_PLUGIN pFunc = (DLL_START_PLUGIN)lib->getSymbol("dllStartPlugin"); in loadPlugin()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRoot.cpp109 typedef void (*DLL_START_PLUGIN)(void); typedef
1333 DLL_START_PLUGIN pFunc = (DLL_START_PLUGIN)lib->getSymbol("dllStartPlugin"); in loadPlugin()