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

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes_c.h 39 extern int ph_GetVideoMode(int width, int height, int bpp);
SDL_ph_modes.c 115 int ph_GetVideoMode(int width, int height, int bpp)
262 if ((mode = ph_GetVideoMode(screen->w, screen->h, screen->format->BitsPerPixel)) == 0)
SDL_ph_video.c 458 if (((current->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) && (ph_GetVideoMode(width, height, bpp)==0))

Completed in 39 milliseconds