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

  /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/autotest/client/deps/glbench/src/
xlib_window.cc 52 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11.cpp 172 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask;
209 XSelectInput(dpy, m_window, ExposureMask | StructureNotifyMask);
213 XWindowEvent(dpy, m_window, ExposureMask | StructureNotifyMask, &event);
  /external/mesa3d/src/gallium/targets/graw-xlib/
graw_xlib.c 110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
  /external/webrtc/webrtc/test/linux/
glx_renderer.cc 62 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp 585 WinAttibutes.event_mask = StructureNotifyMask | ExposureMask | ButtonPressMask | ButtonReleaseMask | Button1MotionMask | KeyPressMask | KeyReleaseMask;
623 WinAttibutes.event_mask = StructureNotifyMask | ExposureMask | ButtonPressMask | ButtonReleaseMask | Button1MotionMask | KeyPressMask | KeyReleaseMask;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
X.h 168 #define StructureNotifyMask (1L<<17)
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI.cc 186 xswa.event_mask = StructureNotifyMask | ExposureMask;
230 XSelectInput(_display, _window, StructureNotifyMask);
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_LinuxX11.cpp 178 windowAttributes.event_mask = StructureNotifyMask | ExposureMask | ButtonPressMask;
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 173 XSelectInput(display(), root_window_, StructureNotifyMask);
window_capturer_x11.cc 208 XSelectInput(display(), id, StructureNotifyMask);
  /external/skia/tools/sk_app/unix/
Window_unix.cpp 40 const long kEventMask = ExposureMask | StructureNotifyMask |
  /external/skqp/tools/sk_app/unix/
Window_unix.cpp 40 const long kEventMask = ExposureMask | StructureNotifyMask |
  /external/ImageMagick/MagickCore/
animate.c     [all...]
display.c     [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 768 XSelectInput(psb_xrandr_info->dpy, psb_xrandr_info->root, StructureNotifyMask);
774 ret = XSendEvent(psb_xrandr_info->dpy, psb_xrandr_info->root, 0, StructureNotifyMask, (XEvent*) & xevent);
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_mpeg4.c 649 XSelectInput(display, win, KeyPressMask | StructureNotifyMask);
    [all...]
mixvideoformatenc_preview.c 592 XSelectInput(display, win, KeyPressMask | StructureNotifyMask);
    [all...]
mixvideoformatenc_h264.c 664 XSelectInput(display, win, KeyPressMask | StructureNotifyMask);
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
cube.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 403 milliseconds