OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_mode_any_format
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes_c.h
40
extern int
get_mode_any_format
(int width, int height, int bpp);
SDL_ph_modes.c
167
int
get_mode_any_format
(int width, int height, int bpp)
function
254
if ((mode =
get_mode_any_format
(screen->w, screen->h, screen->format->BitsPerPixel)) == 0)
Completed in 217 milliseconds