HomeSort by relevance Sort by last modified time
    Searched refs:CWBackPixel (Results 1 - 13 of 13) 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/targets/graw-xlib/
graw_xlib.c 111 mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
  /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 397 #define CWBackPixel (1L<<1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 397 #define CWBackPixel (1L<<1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 397 #define CWBackPixel (1L<<1)
  /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/chromeos/display/
real_output_configurator_delegate.cc 98 XChangeWindowAttributes(display_, window_, CWBackPixel, &swa);
  /external/chromium_org/content/common/gpu/media/
rendering_helper_gl.cc 324 (CWBackPixel | CWOverrideRedirect), &window_attributes);
  /external/libpng/contrib/gregbook/
rpng-x.c 548 attrmask |= CWColormap | CWBackPixel | CWBorderPixel;
rpng2-x.c     [all...]

Completed in 285 milliseconds