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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 39 Window win = XCreateWindow(*display_out,p_window,x,y, width,height,0,CopyFromParent,CopyFromParent,CopyFromParent,CWEventMask,&wa);
  /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;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 162 CWBorderPixel | CWColormap | CWEventMask,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 407 #define CWEventMask (1L<<11)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 407 #define CWEventMask (1L<<11)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 407 #define CWEventMask (1L<<11)
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 52 InputOutput, fVi->visual, CWEventMask | CWColormap, &swa);
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 853 CWEventMask | CWOverrideRedirect;
858 mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
vid_sunx.cpp 698 int attribmask = CWEventMask | CWColormap | CWBorderPixel;
vid_sunxil.cpp 545 int attribmask = CWEventMask | CWColormap | CWBorderPixel;
vid_x.cpp 568 int attribmask = CWEventMask | CWColormap | CWBorderPixel;
  /external/libpng/contrib/gregbook/
rpng-x.c 543 attrmask = CWBackingStore | CWEventMask;
rpng2-x.c     [all...]
  /external/quake/quake/src/QW/client/
gl_vidlinux_x11.c 713 mask=CWBackPixel|CWBorderPixel|CWColormap|CWEventMask;
gl_vidlinuxglx.c 661 mask = CWBackPixel | CWBorderPixel | CWColormap | CWEventMask;
vid_x.c 491 int attribmask = CWEventMask | CWColormap | CWBorderPixel;

Completed in 541 milliseconds