Home
last modified time | relevance | path

Searched defs:SDL_VideoDevice (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_sysvideo.h41 typedef struct SDL_VideoDevice SDL_VideoDevice; typedef
48 struct SDL_VideoDevice { struct
51 const char *name;
59 int (*VideoInit)(_THIS, SDL_PixelFormat *vformat);
64 SDL_Rect **(*ListModes)(_THIS, SDL_PixelFormat *format, Uint32 flags);
74 SDL_Surface *(*SetVideoMode)(_THIS, SDL_Surface *current,
78 int (*ToggleFullScreen)(_THIS, int on);
84 void (*UpdateMouse)(_THIS);
90 SDL_Overlay *(*CreateYUVOverlay)(_THIS, int width, int height,
101 int (*SetColors)(_THIS, int firstcolor, int ncolors,
[all …]