HomeSort by relevance Sort by last modified time
    Searched refs:StructureNotifyMask (Results 1 - 25 of 25) 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;
  /external/chromium_org/ui/compositor/test/
test_compositor_host_x11.cc 60 swa.event_mask = StructureNotifyMask | ExposureMask;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 28 swa.event_mask = StructureNotifyMask;
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.cc 53 StructureNotifyMask | SubstructureNotifyMask);
x11_whole_screen_move_loop.cc 78 StructureNotifyMask;
desktop_root_window_host_x11.cc 825 StructureNotifyMask | PropertyChangeMask |
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 28 swa.event_mask = StructureNotifyMask;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 157 swa.event_mask = ExposureMask | StructureNotifyMask |
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 54 swa.event_mask = StructureNotifyMask;
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
graw_xlib.c 109 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 54 swa.event_mask = StructureNotifyMask;
  /external/mesa3d/src/gallium/targets/graw-xlib/
graw_xlib.c 109 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
301 long eventMask = StructureNotifyMask;
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
301 long eventMask = StructureNotifyMask;
  /external/chromium_org/base/message_loop/
message_pump_aurax11.cc 216 XWindowEvent(display, xid, StructureNotifyMask, &event);
  /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/chromium_org/ash/display/
mirror_window_controller.cc 45 StructureNotifyMask | PropertyChangeMask;
  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 181 ExposureMask | KeyPressMask | StructureNotifyMask);
  /external/chromium_org/ui/aura/
root_window_host_x11.cc 101 if (!(attr.your_event_mask & StructureNotifyMask)) {
103 StructureNotifyMask | attr.your_event_mask);
401 StructureNotifyMask | PropertyChangeMask |
    [all...]
  /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 100 milliseconds