Searched refs:SDL_VideoModeOK (Results 1 – 3 of 3) sorted by relevance
139 SDL_VideoModeOK
313 extern DECLSPEC int SDLCALL SDL_VideoModeOK(int width, int height, int bpp, Uint32 flags);
373 int SDL_VideoModeOK (int width, int height, int bpp, Uint32 flags) in SDL_VideoModeOK() function451 native_bpp = SDL_VideoModeOK(*w, *h, *BitsPerPixel, flags); in SDL_GetVideoMode()