Searched refs:SDL_VideoInfo (Results 1 – 4 of 4) sorted by relevance
149 typedef struct SDL_VideoInfo { struct166 } SDL_VideoInfo; argument263 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
118 SDL_VideoInfo info;
307 const SDL_VideoInfo *SDL_GetVideoInfo(void) in SDL_GetVideoInfo()309 const SDL_VideoInfo *info; in SDL_GetVideoInfo()
818 const SDL_VideoInfo *vi = SDL_GetVideoInfo(); in SDL_ConvertSurface()