HomeSort by relevance Sort by last modified time
    Searched refs:SDL_Screen (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11dga.c 58 !SDL_NAME(XF86DGAQueryDirectVideo)(SDL_Display, SDL_Screen, &dga_flags) ||
65 if ( SDL_NAME(XF86DGADirectVideo)(SDL_Display, SDL_Screen, XF86DGADirectMouse) ) {
77 SDL_NAME(XF86DGADirectVideo)(SDL_Display,SDL_Screen,XF86DGADirectMouse);
86 SDL_NAME(XF86DGADirectVideo)(SDL_Display, SDL_Screen, 0);
SDL_x11modes.c 64 SDL_NAME(XF86VidModeGetModeInfo)(SDL_Display,SDL_Screen,&saved_mode);
65 SDL_NAME(XF86VidModeGetViewPort)(SDL_Display,SDL_Screen,&saved_view.x,&saved_view.y);
75 if ( SDL_NAME(XF86VidModeGetModeLine)(SDL_Display, SDL_Screen, &unused, &mode) ) {
78 SDL_NAME(XF86VidModeSwitchToMode)(SDL_Display, SDL_Screen, &saved_mode);
82 SDL_NAME(XF86VidModeSetViewPort)(SDL_Display, SDL_Screen, saved_view.x, saved_view.y);
111 if ( SDL_NAME(XF86VidModeGetModeLine)(SDL_Display, SDL_Screen, &i, &mode) &&
112 SDL_NAME(XF86VidModeGetAllModeLines)(SDL_Display,SDL_Screen,&nmodes,&modes) ) {
138 SDL_NAME(XF86VidModeSwitchToMode)(SDL_Display, SDL_Screen, modes[best]);
174 SDL_Screen,
240 XiGMiscQueryResolutions(SDL_Display, SDL_Screen,
    [all...]
SDL_x11gamma.c 66 succeeded = SDL_NAME(XF86VidModeSetGamma)(SDL_Display, SDL_Screen, &gamma);
99 if (SDL_NAME(XF86VidModeGetGamma)(SDL_Display, SDL_Screen, &gamma)) {
SDL_x11gl.c 69 extensions = this->gl_data->glXQueryExtensionsString(GFX_Display,SDL_Screen);
112 vi_in.screen = SDL_Screen;
200 SDL_Screen, attribs);
205 SDL_Screen, attribs);
231 SDL_Screen))
232 ? BlackPixel(SDL_Display, SDL_Screen) : 0;
SDL_x11video.h 172 #define SDL_Screen DefaultScreen(this->hidden->X11_Display)
174 #define SDL_Root RootWindow(SDL_Display, SDL_Screen)
SDL_x11wm.c 65 dvis = DefaultVisual(SDL_Display, SDL_Screen);
66 dbpp = DefaultDepth(SDL_Display, SDL_Screen);
89 dcmap = DefaultColormap(SDL_Display, SDL_Screen);
194 DefaultVisual(SDL_Display, SDL_Screen),
195 DefaultDepth(SDL_Display, SDL_Screen),
202 DefaultDepth(SDL_Display, SDL_Screen));
321 result = XIconifyWindow(SDL_Display, WMwindow, SDL_Screen);
SDL_x11video.c 332 int def_vis = (SDL_Visual == DefaultVisual(SDL_Display, SDL_Screen));
354 xattr.background_pixel = def_vis ? BlackPixel(SDL_Display, SDL_Screen) : 0;
627 SDL_Screen = DefaultScreen(SDL_Display);
647 this->info.current_w = DisplayWidth(SDL_Display, SDL_Screen);
648 this->info.current_h = DisplayHeight(SDL_Display, SDL_Screen);
652 SDL_DisplayColormap = DefaultColormap(SDL_Display, SDL_Screen);
655 SDL_Screen))
662 if ( SDL_Visual == DefaultVisual(SDL_Display, SDL_Screen) ) {
767 *x = (DisplayWidth(SDL_Display, SDL_Screen) - w)/2;
768 *y = (DisplayHeight(SDL_Display, SDL_Screen) - h)/2
    [all...]
SDL_x11mouse.c 100 DefaultVisual(SDL_Display, SDL_Screen),
108 DefaultVisual(SDL_Display, SDL_Screen),
SDL_x11yuv.c 110 RootWindow(GFX_Display, SDL_Screen),
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 117 #define SDL_Screen DefaultScreen(this->hidden->Public_Display)
121 #define SDL_Root RootWindow(SDL_Display, SDL_Screen)

Completed in 339 milliseconds