Home
last modified time | relevance | path

Searched refs:XMatchVisualInfo (Results 1 – 6 of 6) sorted by relevance

/external/libdrm/tests/ttmtest/src/
Dttmtest.c407 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/
Drpng-x.c465 XMatchVisualInfo(display, screen, depth, in rpng_x_create_window()
498 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info); in rpng_x_create_window()
Drpng2-x.c862 XMatchVisualInfo(display, screen, depth, TrueColor, &visual_info); in rpng2_x_create_window()
/external/libvncserver/x11vnc/
Dscreen.c492 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)
Dnox11.h6192 extern Status XMatchVisualInfo(
/external/mesa3d/include/GL/
Dvms_x_fix.h227 #define XMatchVisualInfo XMATCHVISUALINFO macro