Searched refs:StructureNotifyMask (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_linux.cc94 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
111 XSelectInput(display, _window, StructureNotifyMask);
/external/chromium_org/media/cast/test/
H A Dlinux_output_window.cc61 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
86 XSelectInput(display_, window_, StructureNotifyMask);
/external/deqp/framework/platform/X11/
H A DtcuX11.cpp151 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask;
191 XSelectInput(dpy, m_window, ExposureMask | StructureNotifyMask);
/external/chromium_org/ui/compositor/test/
H A Dtest_compositor_host_x11.cc59 swa.event_mask = StructureNotifyMask | ExposureMask;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp28 swa.event_mask = StructureNotifyMask;
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source.cc127 XWindowEvent(display_, window, StructureNotifyMask, &event);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp28 swa.event_mask = StructureNotifyMask;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp54 swa.event_mask = StructureNotifyMask;
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c109 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc62 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp54 swa.event_mask = StructureNotifyMask;
/external/mesa3d/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c109 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
/external/chromium_org/third_party/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
318 long eventMask = StructureNotifyMask;
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp32 const long EVENT_MASK = StructureNotifyMask|ButtonPressMask|ButtonReleaseMask
308 long eventMask = StructureNotifyMask;
/external/chromium_org/ash/display/
H A Dmirror_window_controller.cc47 StructureNotifyMask | PropertyChangeMask;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_handler.cc59 StructureNotifyMask | SubstructureNotifyMask);
H A Dx11_whole_screen_move_loop.cc288 KeyPressMask | KeyReleaseMask | StructureNotifyMask;
/external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
H A DtestAPI.cc187 xswa.event_mask = StructureNotifyMask | ExposureMask;
231 XSelectInput(_display, _window, StructureNotifyMask);
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dcompositor_model_bench.cc178 ExposureMask | KeyPressMask | StructureNotifyMask);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc208 XSelectInput(display(), id, StructureNotifyMask);
H A Dscreen_capturer_x11.cc192 XSelectInput(display(), root_window_, StructureNotifyMask); local
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.cc139 StructureNotifyMask | PropertyChangeMask |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes.c323 XMaskEvent(SDL_Display, StructureNotifyMask, &event);
332 XMaskEvent(SDL_Display, StructureNotifyMask, &event);
H A DSDL_x11video.c368 XSelectInput(SDL_Display, FSwindow, StructureNotifyMask);
413 | PropertyChangeMask | StructureNotifyMask | KeymapStateMask;
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_x11.cc266 StructureNotifyMask | PropertyChangeMask |

Completed in 632 milliseconds

12