Searched refs:XMatchVisualInfo (Results 1 – 6 of 6) sorted by relevance
/external/libdrm/tests/ttmtest/src/ |
D | ttmtest.c | 407 ret = XMatchVisualInfo(ctx.display, ctx.screen, 24, TrueColor, in main() 410 ret = XMatchVisualInfo(ctx.display, ctx.screen, 16, TrueColor, in main()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 465 XMatchVisualInfo(display, screen, depth, in rpng_x_create_window() 498 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info); in rpng_x_create_window()
|
D | rpng2-x.c | 862 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info); in rpng2_x_create_window()
|
/external/libvncserver/x11vnc/ |
D | screen.c | 492 if (XMatchVisualInfo(dpy, scr, visual_depth, vis, &vinfo)) { in set_visual() 494 } else if (XMatchVisualInfo(dpy, scr, defdepth, vis, &vinfo)) { in set_visual() 3301 && XMatchVisualInfo(dpy, scr, 24, TrueColor, &vinfo)
|
D | nox11.h | 6192 extern Status XMatchVisualInfo(
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 227 #define XMatchVisualInfo XMATCHVISUALINFO macro
|