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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 38 wa.event_mask = StructureNotifyMask;
  /sdk/emulator/opengl/tests/ut_renderer/
X11RendererSurface.cpp 56 sWA.event_mask = StructureNotifyMask | ExposureMask;
X11Windowing.cpp 105 sWA.event_mask = StructureNotifyMask | ExposureMask;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 157 swa.event_mask = ExposureMask | StructureNotifyMask |
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
162 long eventMask = StructureNotifyMask;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 173 #define StructureNotifyMask (1L<<17)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 173 #define StructureNotifyMask (1L<<17)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 173 #define StructureNotifyMask (1L<<17)
  /external/quake/quake/src/QW/client/
vid_x.c 498 attribs.event_mask = StructureNotifyMask | KeyPressMask
812 XSelectInput(x_disp,x_win,StructureNotifyMask|KeyPressMask
818 XSelectInput(x_disp,x_win,StructureNotifyMask|KeyPressMask
  /external/quake/quake/src/WinQuake/
vid_x.cpp 575 attribs.event_mask = StructureNotifyMask | KeyPressMask
887 XSelectInput(x_disp,x_win,StructureNotifyMask|KeyPressMask
893 XSelectInput(x_disp,x_win,StructureNotifyMask|KeyPressMask
gl_vidlinuxglx.cpp 51 #define X_MASK (KEY_MASK | MOUSE_MASK | VisibilityChangeMask | StructureNotifyMask )
vid_sunx.cpp 111 ExposureMask | StructureNotifyMask )
vid_sunxil.cpp 114 StructureNotifyMask | \
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 323 XMaskEvent(SDL_Display, StructureNotifyMask, &event);
332 XMaskEvent(SDL_Display, StructureNotifyMask, &event);
    [all...]
SDL_x11video.c 368 XSelectInput(SDL_Display, FSwindow, StructureNotifyMask);
413 | PropertyChangeMask | StructureNotifyMask | KeymapStateMask;
    [all...]

Completed in 196 milliseconds