HomeSort by relevance Sort by last modified time
    Searched refs:KeyPressMask (Results 1 - 23 of 23) 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);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 158 KeyPressMask | ButtonPressMask | ButtonReleaseMask;
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_x11.cc 63 KeyPressMask | KeyReleaseMask | EnterWindowMask | LeaveWindowMask |
  /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/targets/graw-xlib/
graw_xlib.c 109 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 78 ExposureMask | ButtonPressMask | KeyPressMask);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 259 XSelectInput(display, window, ExposureMask | KeyPressMask);
xvmc_bench.c 255 XSelectInput(display, window, ExposureMask | KeyPressMask);
  /external/deqp/framework/platform/X11/
tcuX11.cpp 151 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask;
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 259 XSelectInput(display, window, ExposureMask | KeyPressMask);
xvmc_bench.c 255 XSelectInput(display, window, ExposureMask | KeyPressMask);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
X.h 151 #define KeyPressMask (1L<<0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
X.h 151 #define KeyPressMask (1L<<0)
  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 178 ExposureMask | KeyPressMask | StructureNotifyMask);
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop.cc 337 KeyPressMask | KeyReleaseMask | StructureNotifyMask;
desktop_window_tree_host_x11.cc     [all...]
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 33 |ExposureMask|PointerMotionMask|KeyPressMask|KeyReleaseMask;
  /external/libpng/contrib/gregbook/
rpng2-x.c 635 if (XCheckMaskEvent(display, KeyPressMask | ButtonPressMask, &e))
649 if (XCheckMaskEvent(display, KeyPressMask | ButtonPressMask,
673 if (XCheckMaskEvent(display, KeyPressMask |
    [all...]
rpng-x.c 542 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask;
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 33 |ExposureMask|PointerMotionMask|KeyPressMask|KeyReleaseMask;
  /external/chromium_org/ui/aura/
window_tree_host_x11.cc 265 KeyPressMask | KeyReleaseMask |
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 586 input_mask = (KeyPressMask | KeyReleaseMask);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 412 app_event_mask = FocusChangeMask | KeyPressMask | KeyReleaseMask
    [all...]

Completed in 887 milliseconds