Home
last modified time | relevance | path

Searched refs:systemhandle (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_C-api.cpp50 GHOST_ISystem *system = (GHOST_ISystem *)systemhandle; in GHOST_SystemInitDebug()
57 GHOST_ISystem *system = (GHOST_ISystem *)systemhandle; in GHOST_DisposeSystem()
62 void GHOST_ShowMessageBox(GHOST_SystemHandle systemhandle, in GHOST_ShowMessageBox() argument
70 GHOST_ISystem *system = (GHOST_ISystem *)systemhandle; in GHOST_ShowMessageBox()
88 GHOST_ISystem *system = (GHOST_ISystem *)systemhandle; in GHOST_GetMilliSeconds()
99 GHOST_ISystem *system = (GHOST_ISystem *)systemhandle; in GHOST_InstallTimer()
107 GHOST_ISystem *system = (GHOST_ISystem *)systemhandle; in GHOST_RemoveTimer()
115 GHOST_ISystem *system = (GHOST_ISystem *)systemhandle; in GHOST_GetNumDisplays()
124 GHOST_ISystem *system = (GHOST_ISystem *)systemhandle; in GHOST_GetMainDisplayDimensions()
133 GHOST_ISystem *system = (GHOST_ISystem *)systemhandle; in GHOST_GetAllDisplayDimensions()
[all …]
/dports/graphics/blender/blender-2.91.0/intern/ghost/
H A DGHOST_C-api.h55 extern GHOST_TSuccess GHOST_DisposeSystem(GHOST_SystemHandle systemhandle);
68 extern void GHOST_ShowMessageBox(GHOST_SystemHandle systemhandle,
98 extern GHOST_TUns64 GHOST_GetMilliSeconds(GHOST_SystemHandle systemhandle);
123 extern GHOST_TSuccess GHOST_RemoveTimer(GHOST_SystemHandle systemhandle,
135 extern GHOST_TUns8 GHOST_GetNumDisplays(GHOST_SystemHandle systemhandle);
144 extern void GHOST_GetMainDisplayDimensions(GHOST_SystemHandle systemhandle,
157 extern void GHOST_GetAllDisplayDimensions(GHOST_SystemHandle systemhandle,
239 extern GHOST_TSuccess GHOST_DisposeWindow(GHOST_SystemHandle systemhandle,
267 extern GHOST_TSuccess GHOST_EndFullScreen(GHOST_SystemHandle systemhandle);
274 extern int GHOST_GetFullScreen(GHOST_SystemHandle systemhandle);
[all …]