Searched refs:root_depth (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | test_formats.c | 75 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 D | test_bitmap.c | 62 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 D | xsetwallpaper.c | 59 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 D | primitives.c | 192 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 D | Xlib.h | 101 #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 D | vl_winsys_dri.c | 188 unsigned depth = ((xcb_screen_t *)(vscreen->xcb_screen))->root_depth;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_winsys_dri.c | 191 unsigned depth = ((xcb_screen_t *)(vscreen->xcb_screen))->root_depth;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | OpenDis.c | 410 sp->root_depth = u.rp->rootDepth;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 558 HostX.depth = xscreen->root_depth;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | misc.c | 1902 unsigned root_depth; local in function:QueryMaximize 1913 &root_depth)) {
|
Completed in 29 milliseconds