OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ph_GetVideoMode
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/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 163 milliseconds