Home
last modified time | relevance | path

Searched refs:SDL_VideoInfo (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/include/
DSDL_video.h149 typedef struct SDL_VideoInfo { struct
166 } SDL_VideoInfo; argument
263 extern DECLSPEC const SDL_VideoInfo * SDLCALL SDL_GetVideoInfo(void);
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_sysvideo.h118 SDL_VideoInfo info;
DSDL_video.c307 const SDL_VideoInfo *SDL_GetVideoInfo(void) in SDL_GetVideoInfo()
309 const SDL_VideoInfo *info; in SDL_GetVideoInfo()
DSDL_surface.c818 const SDL_VideoInfo *vi = SDL_GetVideoInfo(); in SDL_ConvertSurface()