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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 158 KeyPressMask | ButtonPressMask | ButtonReleaseMask;
  /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/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/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 156 #define KeyPressMask (1L<<0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 156 #define KeyPressMask (1L<<0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 156 #define KeyPressMask (1L<<0)
  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 181 ExposureMask | KeyPressMask | StructureNotifyMask);
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 76 ExposureMask | ButtonPressMask | KeyPressMask);
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 33 |ExposureMask|PointerMotionMask|KeyPressMask|KeyReleaseMask;
  /external/libpng/contrib/gregbook/
rpng2-x.c 656 if (XCheckMaskEvent(display, KeyPressMask | ButtonPressMask, &e))
670 if (XCheckMaskEvent(display, KeyPressMask | ButtonPressMask,
694 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/
root_window_host_x11.cc 398 KeyPressMask | KeyReleaseMask |
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 586 input_mask = (KeyPressMask | KeyReleaseMask);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 822 KeyPressMask | KeyReleaseMask |
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 412 app_event_mask = FocusChangeMask | KeyPressMask | KeyReleaseMask
    [all...]

Completed in 367 milliseconds