Home
last modified time | relevance | path

Searched refs:CWBorderPixel (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11x11main.cpp31 …n(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| … in main()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
Dd3d10x11main.cpp57 …n(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| … in main()
/external/mesa3d/src/gallium/targets/graw-xlib/
Dgraw_xlib.c111 mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask; in graw_create_window_and_screen()
/external/deqp/framework/platform/X11/
DtcuX11.cpp133 unsigned long mask = CWBorderPixel | CWEventMask; in Window()
/external/libpng/contrib/gregbook/
Drpng-x.c548 attrmask |= CWColormap | CWBackPixel | CWBorderPixel; in rpng_x_create_window()
Drpng2-x.c906 attrmask |= CWColormap | CWBackPixel | CWBorderPixel; in rpng2_x_create_window()
/external/libvncserver/x11vnc/
Dnox11.h447 #define CWBorderPixel (1L<<3) macro