HomeSort by relevance Sort by last modified time
    Searched refs:CWBorderPixel (Results 1 - 21 of 21) sorted by null

  /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/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_linux.cc 98 unsigned long attribute_mask = CWBackPixel | CWBorderPixel | CWColormap |
  /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 66 CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
  /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/chromium_org/third_party/webrtc/test/linux/
glx_renderer.cc 65 vi->visual, 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;
  /external/deqp/framework/platform/X11/
tcuX11.cpp 133 unsigned long mask = CWBorderPixel | CWEventMask;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
X.h 395 #define CWBorderPixel (1L<<3)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 395 #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/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 192 mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
  /external/libpng/contrib/gregbook/
rpng-x.c 548 attrmask |= CWColormap | CWBackPixel | CWBorderPixel;
rpng2-x.c     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc     [all...]

Completed in 645 milliseconds