Searched refs:root_depth (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xcb-util/dist/image/
H A Dtest_formats.c75 seq = xcb_create_window(c, root->root_depth, w, root->root, 30, 30, WIDTH, HEIGHT, 0, XCB_WINDOW_CLASS_INPUT_OUTPUT, root->root_visual, mask, values).sequence;
76 printf("CreateWindow sequence %d, depth %d\n", seq, root->root_depth);
153 if (root->root_depth != 24 ||
H A Dtest_bitmap.c62 s->root_depth, w, s->root, 0, 0, width, height, 1,
159 xcb_create_pixmap(c, s->root_depth, pix, w,
/xsrc/local/programs/xsetwallpaper/
H A Dxsetwallpaper.c59 unsigned int root_width, root_height, root_border_width, root_depth; local in function:main
132 &root_border_width, &root_depth)) {
178 root_width, root_height, root_depth);
/xsrc/external/mit/xorg-server/dist/test/damage/
H A Dprimitives.c192 xcb_create_pixmap(setup->c, setup->screen->root_depth,
243 xcb_create_pixmap(setup->c, setup->screen->root_depth,
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h101 #define DisplayPlanes(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth)
109 #define DefaultDepth(dpy, scr) (ScreenOfDisplay(dpy,scr)->root_depth)
126 #define DefaultDepthOfScreen(s) ((s)->root_depth)
133 #define PlanesOfScreen(s) ((s)->root_depth)
261 int root_depth; /* bits per pixel */ member in struct:__anonf1b122fa0608
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c188 unsigned depth = ((xcb_screen_t *)(vscreen->xcb_screen))->root_depth;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c191 unsigned depth = ((xcb_screen_t *)(vscreen->xcb_screen))->root_depth;
/xsrc/external/mit/libX11/dist/src/
H A DOpenDis.c410 sp->root_depth = u.rp->rootDepth;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dhostx.c558 HostX.depth = xscreen->root_depth;
/xsrc/external/mit/xterm/dist/
H A Dmisc.c1902 unsigned root_depth; local in function:QueryMaximize
1913 &root_depth)) {

Completed in 29 milliseconds