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

1 2

  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeLinuxSubWindow.cpp 38 wa.event_mask = StructureNotifyMask;
  /hardware/intel/common/libva/test/putsurface/
putsurface_x11.c 96 XSelectInput(x11_display, win, KeyPressMask | StructureNotifyMask);
129 XSelectInput(x11_display, win, KeyPressMask | StructureNotifyMask);
147 is_event = XCheckWindowEvent(x11_display, win, StructureNotifyMask|KeyPressMask,&event);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_linux.cc 94 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
111 XSelectInput(display, _window, 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/media/cast/test/
linux_output_window.cc 61 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
86 XSelectInput(display_, window_, StructureNotifyMask);
  /external/chromium_org/ui/compositor/test/
test_compositor_host_x11.cc 59 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/events/platform/x11/
x11_event_source.cc 119 XWindowEvent(display_, window, StructureNotifyMask, &event);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 28 swa.event_mask = StructureNotifyMask;
  /external/deqp/framework/platform/X11/
tcuX11.cpp 151 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask;
191 XSelectInput(dpy, m_window, ExposureMask | StructureNotifyMask);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 157 swa.event_mask = ExposureMask | StructureNotifyMask |
  /external/chromium_org/ash/display/
mirror_window_controller.cc 46 StructureNotifyMask | PropertyChangeMask;
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_x11.cc 64 ExposureMask | VisibilityChangeMask | 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/chromium_org/third_party/webrtc/test/linux/
glx_renderer.cc 62 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_desktop_handler.cc 57 StructureNotifyMask | SubstructureNotifyMask);
  /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
308 long eventMask = StructureNotifyMask;
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
308 long eventMask = StructureNotifyMask;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
X.h 168 #define StructureNotifyMask (1L<<17)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 168 #define StructureNotifyMask (1L<<17)
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 187 xswa.event_mask = StructureNotifyMask | ExposureMask;
231 XSelectInput(_display, _window, StructureNotifyMask);

Completed in 572 milliseconds

1 2