Searched defs:GfxBase (Results 1 - 2 of 2) sorted by relevance

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

Completed in 207 milliseconds