Home
last modified time | relevance | path

Searched refs:SDL_VideoModeOK (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/main/macos/exports/
DSDL.x139 SDL_VideoModeOK
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h313 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width, int height, int bpp, Uint32 flags);
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_video.c373 int SDL_VideoModeOK (int width, int height, int bpp, Uint32 flags) in SDL_VideoModeOK() function
451 native_bpp = SDL_VideoModeOK(*w, *h, *BitsPerPixel, flags); in SDL_GetVideoMode()