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

  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 24 /* Pocket PC GAPI SDL video driver implementation;
40 // TODO: fix running GAPI apps from landscape mode -
57 #define GAPIVID_DRIVER_NAME "gapi"
107 /* GAPI driver bootstrap functions */
129 /* Dell Axim x30 hangs when we use GAPI from landscape,
131 It seems that GAPI subsystem use the same ExtEscape code.
163 SDL_SetError("Gapi Emu not found!");
200 for ( i=0; i<gapi->SDL_nummodes[index]; ++i ) {
201 mode = gapi->SDL_modelist[index][i];
219 next_mode = gapi->SDL_nummodes[index]
    [all...]
SDL_gapivideo.h 111 /* GAPI video mode */
160 #define gapi this->hidden macro

Completed in 17 milliseconds