Home
last modified time | relevance | path

Searched refs:GfxBase (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
DSDL_systimer.c52 static struct GfxBase *GfxBase; variable
215 if(GfxBase==NULL) in RunTimer()
216 GfxBase=(struct GfxBase *)OpenLibrary("graphics.library",37); in RunTimer()
222 if(GfxBase) in RunTimer()
/external/qemu/distrib/sdl-1.2.12/src/joystick/amigaos/
DSDL_sysjoystick.c41 extern struct GfxBase *GfxBase;
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
DSDL_cgxvideo.h156 extern struct GfxBase *GfxBase;
DSDL_cgxvideo.c57 struct GfxBase *GfxBase=NULL; variable
436 if(!GfxBase) { in CGX_VideoInit()
437 if( !(GfxBase=(struct GfxBase *)OpenLibrary("graphics.library",39L))) { in CGX_VideoInit()
1363 if (GfxBase) { in CGX_VideoQuit()
1364 CloseLibrary((struct Library *)GfxBase); in CGX_VideoQuit()
1365 GfxBase=NULL; in CGX_VideoQuit()