/sdk/emulator/opengl/tests/ut_renderer/ |
X11RendererSurface.cpp | 57 unsigned int eventMask = CWBackPixel | CWBorderPixel | CWEventMask | CWColormap;
|
X11Windowing.cpp | 108 unsigned int attributes_mask = CWBackPixel | CWBorderPixel | CWEventMask | CWColormap;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11x11main.cpp | 31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/ |
d3d11x11main.cpp | 31 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-linux.c | 162 CWBorderPixel | CWColormap | CWEventMask,
|
/external/chromium_org/media/cast/test/ |
linux_output_window.cc | 65 unsigned long attribute_mask = CWBackPixel | CWBorderPixel | CWColormap |
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10x11main.cpp | 57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/ |
graw_xlib.c | 111 mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10x11main.cpp | 57 Window win = XCreateWindow(dpy, RootWindow(dpy, DefaultScreen(dpy)), 0, 0, width, height, 0, CopyFromParent, InputOutput, visual, CWBorderPixel | CWColormap| CWEventMask, &swa);
|
/external/mesa3d/src/gallium/targets/graw-xlib/ |
graw_xlib.c | 111 mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
X.h | 399 #define CWBorderPixel (1L<<3)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
X.h | 399 #define CWBorderPixel (1L<<3)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
X.h | 399 #define CWBorderPixel (1L<<3)
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | 364 CWOverrideRedirect | CWBackPixel | CWBorderPixel 399 CWBackPixel | CWBorderPixel | CWColormap, 1063 CWBackPixel | CWBorderPixel [all...] |
SDL_x11gl.c | 243 mask = CWBackPixel | CWBorderPixel | CWColormap;
|
/external/libpng/contrib/gregbook/ |
rpng-x.c | 548 attrmask |= CWColormap | CWBackPixel | CWBorderPixel;
|
rpng2-x.c | [all...] |