Home
last modified time | relevance | path

Searched refs:SDL_Screen (Results 1 – 9 of 9) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11dga.c58 !SDL_NAME(XF86DGAQueryDirectVideo)(SDL_Display, SDL_Screen, &dga_flags) || in X11_EnableDGAMouse()
65 if ( SDL_NAME(XF86DGADirectVideo)(SDL_Display, SDL_Screen, XF86DGADirectMouse) ) { in X11_EnableDGAMouse()
77 SDL_NAME(XF86DGADirectVideo)(SDL_Display,SDL_Screen,XF86DGADirectMouse); in X11_CheckDGAMouse()
86 SDL_NAME(XF86DGADirectVideo)(SDL_Display, SDL_Screen, 0); in X11_DisableDGAMouse()
DSDL_x11modes.c81 SDL_NAME(XF86VidModeGetModeInfo)(SDL_Display,SDL_Screen,&saved_mode); in save_mode()
82 SDL_NAME(XF86VidModeGetViewPort)(SDL_Display,SDL_Screen,&saved_view.x,&saved_view.y); in save_mode()
92 if ( SDL_NAME(XF86VidModeGetModeLine)(SDL_Display, SDL_Screen, &unused, &mode) ) { in restore_mode()
95 SDL_NAME(XF86VidModeSwitchToMode)(SDL_Display, SDL_Screen, &saved_mode); in restore_mode()
99 SDL_NAME(XF86VidModeSetViewPort)(SDL_Display, SDL_Screen, saved_view.x, saved_view.y); in restore_mode()
128 if ( SDL_NAME(XF86VidModeGetModeLine)(SDL_Display, SDL_Screen, &i, &mode) && in set_best_resolution()
129 SDL_NAME(XF86VidModeGetAllModeLines)(SDL_Display,SDL_Screen,&nmodes,&modes) ) { in set_best_resolution()
155 SDL_NAME(XF86VidModeSwitchToMode)(SDL_Display, SDL_Screen, modes[best]); in set_best_resolution()
191 SDL_Screen, in set_best_resolution()
257 XiGMiscQueryResolutions(SDL_Display, SDL_Screen, in get_real_resolution()
[all …]
DSDL_x11gl.c76 extensions = this->gl_data->glXQueryExtensionsString(GFX_Display,SDL_Screen); in glXExtensionSupported()
124 vi_in.screen = SDL_Screen; in X11_GL_GetVisual()
207 SDL_Screen, attribs); in X11_GL_GetVisual()
212 SDL_Screen, attribs); in X11_GL_GetVisual()
238 SDL_Screen)) in X11_GL_CreateWindow()
239 ? BlackPixel(SDL_Display, SDL_Screen) : 0; in X11_GL_CreateWindow()
DSDL_x11wm.c65 dvis = DefaultVisual(SDL_Display, SDL_Screen); in X11_SetIcon()
66 dbpp = DefaultDepth(SDL_Display, SDL_Screen); in X11_SetIcon()
89 dcmap = DefaultColormap(SDL_Display, SDL_Screen); in X11_SetIcon()
194 DefaultVisual(SDL_Display, SDL_Screen), in X11_SetIcon()
195 DefaultDepth(SDL_Display, SDL_Screen), in X11_SetIcon()
202 DefaultDepth(SDL_Display, SDL_Screen)); in X11_SetIcon()
322 result = XIconifyWindow(SDL_Display, WMwindow, SDL_Screen); in X11_IconifyWindow()
DSDL_x11gamma.c66 succeeded = SDL_NAME(XF86VidModeSetGamma)(SDL_Display, SDL_Screen, &gamma); in X11_SetGammaNoLock()
99 if (SDL_NAME(XF86VidModeGetGamma)(SDL_Display, SDL_Screen, &gamma)) { in X11_GetGammaNoLock()
DSDL_x11video.c333 int def_vis = (SDL_Visual == DefaultVisual(SDL_Display, SDL_Screen)); in create_aux_windows()
355 xattr.background_pixel = def_vis ? BlackPixel(SDL_Display, SDL_Screen) : 0; in create_aux_windows()
644 SDL_Screen = DefaultScreen(SDL_Display); in X11_VideoInit()
664 this->info.current_w = DisplayWidth(SDL_Display, SDL_Screen); in X11_VideoInit()
665 this->info.current_h = DisplayHeight(SDL_Display, SDL_Screen); in X11_VideoInit()
669 SDL_DisplayColormap = DefaultColormap(SDL_Display, SDL_Screen); in X11_VideoInit()
672 SDL_Screen)) in X11_VideoInit()
679 if ( SDL_Visual == DefaultVisual(SDL_Display, SDL_Screen) ) { in X11_VideoInit()
788 *x = (DisplayWidth(SDL_Display, SDL_Screen) - w)/2; in X11_WindowPosition()
789 *y = (DisplayHeight(SDL_Display, SDL_Screen) - h)/2; in X11_WindowPosition()
[all …]
DSDL_x11video.h166 #define SDL_Screen DefaultScreen(this->hidden->X11_Display) macro
168 #define SDL_Root RootWindow(SDL_Display, SDL_Screen)
DSDL_x11mouse.c100 DefaultVisual(SDL_Display, SDL_Screen), in X11_CreateWMCursor()
108 DefaultVisual(SDL_Display, SDL_Screen), in X11_CreateWMCursor()
DSDL_x11yuv.c180 RootWindow(GFX_Display, SDL_Screen), in X11_CreateYUVOverlay()