| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Display.c | 75 vi.screen = DefaultScreen(xnestDisplay); 96 DefaultScreen(xnestDisplay))); 112 xnestDepths = XListDepths(xnestDisplay, DefaultScreen(xnestDisplay), 118 xnestBlackPixel = BlackPixel(xnestDisplay, DefaultScreen(xnestDisplay)); 119 xnestWhitePixel = WhitePixel(xnestDisplay, DefaultScreen(xnestDisplay)); 149 DefaultScreen(xnestDisplay)) / 4; 153 DefaultScreen(xnestDisplay)) / 4; 175 DefaultScreen(xnestDisplay)));
|
| H A D | Screen.c | 320 DefaultScreen(xnestDisplay)) / 322 DefaultScreen(xnestDisplay)); 324 DefaultScreen(xnestDisplay)) / 326 DefaultScreen(xnestDisplay)); 389 DefaultColormap(xnestDisplay, DefaultScreen(xnestDisplay)); 394 DefaultDepth(xnestDisplay, DefaultScreen(xnestDisplay)), 396 DefaultVisual(xnestDisplay, DefaultScreen(xnestDisplay)),
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Display.c | 94 vi.screen = DefaultScreen(xnestDisplay); 115 DefaultScreen 133 xnestDepths = XListDepths(xnestDisplay, DefaultScreen(xnestDisplay), 139 xnestBlackPixel = BlackPixel(xnestDisplay, DefaultScreen(xnestDisplay)); 140 xnestWhitePixel = WhitePixel(xnestDisplay, DefaultScreen(xnestDisplay)); 170 DefaultScreen(xnestDisplay)) / 4; 174 DefaultScreen(xnestDisplay)) / 4; 194 DefaultScreen(xnestDisplay)));
|
| H A D | Screen.c | 320 DefaultScreen(xnestDisplay)) 321 / DisplayWidth(xnestDisplay, DefaultScreen(xnestDisplay)); 324 DefaultScreen(xnestDisplay)) / 325 DisplayHeight(xnestDisplay, DefaultScreen(xnestDisplay)); 389 DefaultColormap(xnestDisplay, DefaultScreen(xnestDisplay)); 395 DefaultScreen(xnestDisplay)), 397 DefaultScreen
|
| /xsrc/external/mit/xf86dga/dist/ |
| H A D | dga.c | 78 XF86DGAQueryDirectVideo(dis, DefaultScreen(dis), &flags); 80 fprintf(stderr, "Xserver driver doesn't support DirectVideo on screen %d\n", DefaultScreen(dis) ); 92 vis = DefaultVisual(dis, DefaultScreen(dis)); 94 bpp = DisplayPlanes (dis, DefaultScreen(dis)); 117 XF86DGAGetVideo(dis, DefaultScreen(dis), &addr, &width, &bank, &ram); 121 XF86DGADirectVideo(dis, DefaultScreen(dis), 129 XF86DGAInstallColormap(dis, DefaultScreen(dis), cmap); 141 XF86DGASetViewPort(dis, DefaultScreen(dis), 0, 0); 176 XF86DGASetVidPage(dis, DefaultScreen(dis), i); 196 XF86DGASetVidPage(dis, DefaultScreen(di [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrdri.c | 59 is_ok = XF86DRIQueryDirectRenderingCapable (dpy, DefaultScreen (dpy), 76 is_ok = XF86DRIOpenConnection (dpy, DefaultScreen (dpy), 96 is_ok = XF86DRIAuthConnection (dpy, DefaultScreen (dpy), a_magic) ; 108 is_ok = XF86DRICloseConnection (dpy, DefaultScreen (dpy)) ; 129 is_ok = XF86DRIGetClientDriverName (dpy, DefaultScreen (dpy), 157 DefaultScreen (dpy), 173 is_ok = XF86DRIDestroyContext (dpy, DefaultScreen (dpy), a_context_id) ; 187 is_ok = XF86DRICreateDrawable (dpy, DefaultScreen (dpy), 232 if (!XF86DRIGetDrawableInfo (dpy, DefaultScreen (dpy), a_drawable, 281 is_ok = XF86DRIGetDeviceInfo (dpy, DefaultScreen (dp [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri2-race.c | 151 DefaultDepth(dpy, DefaultScreen(dpy)), 153 DefaultVisual(dpy, DefaultScreen(dpy)), 182 DefaultDepth(dpy, DefaultScreen(dpy)), 184 DefaultVisual(dpy, DefaultScreen(dpy)), 216 DefaultDepth(dpy, DefaultScreen(dpy)), 218 DefaultVisual(dpy, DefaultScreen(dpy)), 270 DefaultDepth(dpy, DefaultScreen(dpy)), 272 DefaultVisual(dpy, DefaultScreen(dpy)), 305 DefaultDepth(dpy, DefaultScreen(dpy)), 307 DefaultVisual(dpy, DefaultScreen(dp [all...] |
| H A D | dri2-speed.c | 262 DefaultDepth(dpy, DefaultScreen(dpy)), 264 DefaultVisual(dpy, DefaultScreen(dpy)), 276 DefaultDepth(dpy, DefaultScreen(dpy)), 278 DefaultVisual(dpy, DefaultScreen(dpy)), 293 DefaultDepth(dpy, DefaultScreen(dpy)), 295 DefaultVisual(dpy, DefaultScreen(dpy)), 312 DefaultDepth(dpy, DefaultScreen(dpy)), 314 DefaultVisual(dpy, DefaultScreen(dpy)),
|
| H A D | test_display.c | 21 DefaultDepth(t->dpy, DefaultScreen(t->dpy)), 23 DefaultVisual(t->dpy, DefaultScreen(t->dpy)), 127 DefaultScreen(dpy->dpy))); 128 dpy->depth = DefaultDepth(dpy->dpy, DefaultScreen(dpy->dpy));
|
| H A D | xvidmode.c | 20 XF86VidModeGetModeLine(dpy, DefaultScreen(dpy), &dotclock, ¤t);
|
| H A D | present-speed.c | 404 int depth = DefaultDepth(dpy, DefaultScreen(dpy)); 408 DefaultVisual(dpy, DefaultScreen(dpy)), 536 int depth = DefaultDepth(dpy, DefaultScreen(dpy)); 645 DefaultDepth(s->dpy, DefaultScreen(s->dpy)), 647 DefaultVisual(s->dpy, DefaultScreen(s->dpy)), 698 DefaultDepth(dpy, DefaultScreen(dpy)), 700 DefaultVisual(dpy, DefaultScreen(dpy)), 885 DefaultDepth(dpy, DefaultScreen(dpy)), 887 DefaultVisual(dpy, DefaultScreen(dpy)), 897 DefaultDepth(dpy, DefaultScreen(dp [all...] |
| H A D | present-race.c | 167 Visual *visual = DefaultVisual(dpy, DefaultScreen(dpy)); 211 DefaultDepth(dpy, DefaultScreen(dpy)), 213 DefaultVisual(dpy, DefaultScreen(dpy)), 289 Visual *visual = DefaultVisual(dpy, DefaultScreen(dpy)); 333 DefaultDepth(dpy, DefaultScreen(dpy)), 335 DefaultVisual(dpy, DefaultScreen(dpy)),
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | glx_common.c | 54 int screen = DefaultScreen(dpy); 70 int screen = DefaultScreen(dpy);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | dri2-race.c | 61 DefaultDepth(dpy, DefaultScreen(dpy)), 63 DefaultVisual(dpy, DefaultScreen(dpy)),
|
| H A D | test_display.c | 21 DefaultDepth(t->dpy, DefaultScreen(t->dpy)), 23 DefaultVisual(t->dpy, DefaultScreen(t->dpy)), 127 DefaultScreen(dpy->dpy))); 128 dpy->depth = DefaultDepth(dpy->dpy, DefaultScreen(dpy->dpy));
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Color.c | 82 colormap = DefaultColormap (dpy, DefaultScreen (dpy));
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glsync.c | 68 extensionsString = glXQueryExtensionsString(dpy, DefaultScreen(dpy)); 185 pvi = glXChooseVisual(disp, DefaultScreen(disp), attribs); 187 pvi = glXChooseVisual(disp, DefaultScreen(disp), db_attribs); 195 pvi->screen = DefaultScreen(disp);
|
| H A D | pbinfo.c | 103 scrn = DefaultScreen(dpy);
|
| H A D | glxdemo.c | 59 scrnum = DefaultScreen( dpy );
|
| H A D | texture_from_pixmap.c | 63 screen = DefaultScreen(dpy); 87 int screen = DefaultScreen(display); 191 int screen = DefaultScreen(dpy); 216 int screen = DefaultScreen(dpy);
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwarectrl/ |
| H A D | vmwarectrl.c | 24 screen = DefaultScreen(dpy);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-xlib/ |
| H A D | graw_xlib.c | 66 scrnum = DefaultScreen( graw.display ); 79 templat.screen = DefaultScreen(graw.display);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-xlib/ |
| H A D | graw_xlib.c | 66 scrnum = DefaultScreen( graw.display ); 79 templat.screen = DefaultScreen(graw.display);
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | display.c | 213 if (DisplayHeight (dpy, DefaultScreen (dpy)) < 214 DisplayWidth (dpy, DefaultScreen (dpy))) 215 dim = DisplayHeight (dpy, DefaultScreen (dpy)); 217 dim = DisplayWidth (dpy, DefaultScreen (dpy));
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_glx.c | 319 if (epoxy_has_glx_extension(dpy, DefaultScreen(dpy), 328 if (epoxy_has_glx_extension(dpy, DefaultScreen(dpy), 391 xcb_aux_get_screen(XGetXCBConnection(dpy), DefaultScreen(dpy)); 407 fbconfigs = glXChooseFBConfig(dpy, DefaultScreen(dpy), attribs, &nelements);
|