HomeSort by relevance Sort by last modified time
    Searched defs:GfxBase (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
SDL_systimer.c 52 static struct GfxBase *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/
SDL_cgxvideo.c 57 struct GfxBase *GfxBase=NULL;
436 if(!GfxBase) {
437 if( !(GfxBase=(struct GfxBase *)OpenLibrary("graphics.library",39L))) {
    [all...]

Completed in 1898 milliseconds