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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes_c.h 37 extern int ph_EnterFullScreen(_THIS, SDL_Surface* screen, int fmode);
SDL_ph_modes.c 242 int ph_EnterFullScreen(_THIS, SDL_Surface* screen, int fmode)
256 SDL_SetError("ph_EnterFullScreen(): can't find appropriate video mode !\n");
264 SDL_SetError("ph_EnterFullScreen(): can't find appropriate video mode !\n");
269 SDL_SetError("ph_EnterFullScreen(): can't get video mode capabilities !\n");
306 SDL_SetError("ph_EnterFullScreen(): PgSetVideoMode() call failed !\n");
327 SDL_SetError("ph_EnterFullScreen(): Can't create direct context !\n");
SDL_ph_image.c 188 if (!ph_EnterFullScreen(this, screen, PH_ENTER_DIRECTMODE))
308 if (!ph_EnterFullScreen(this, screen, PH_IGNORE_DIRECTMODE))

Completed in 6798 milliseconds