Home
last modified time | relevance | path

Searched refs:KeyPressMask (Results 1 – 16 of 16) sorted by relevance

/external/libepoxy/test/
Dglx_common.c79 KeyPressMask; in get_glx_window()
/external/crosvm/gpu_display/src/generated/
Dxlib_generator.sh68 --whitelist-var KeyPressMask \
Dxlib.rs15 pub const KeyPressMask: u32 = 1; constant
/external/mesa3d/src/gallium/targets/graw-xlib/
Dgraw_xlib.c110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask; in graw_create_window_and_screen()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.cpp194 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask; in XlibWindow()
/external/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_rendering.c262 XSelectInput(display, window, ExposureMask | KeyPressMask); in main()
Dxvmc_bench.c264 XSelectInput(display, window, ExposureMask | KeyPressMask); in main()
/external/skqp/tools/sk_app/unix/
DWindow_unix.cpp41 KeyPressMask | KeyReleaseMask |
/external/libpng/contrib/gregbook/
Drpng2-x.c659 if (XCheckMaskEvent(display, KeyPressMask | ButtonPressMask, &e)) in main()
673 if (XCheckMaskEvent(display, KeyPressMask | ButtonPressMask, in main()
697 if (XCheckMaskEvent(display, KeyPressMask | in main()
933 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng2_x_create_window()
Drpng-x.c549 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng_x_create_window()
/external/angle/util/x11/
DX11Window.cpp325 LeaveWindowMask | KeyPressMask | KeyReleaseMask; in initializeImpl()
/external/skia/tools/sk_app/unix/
DWindow_unix.cpp48 KeyPressMask | KeyReleaseMask |
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c586 swa.event_mask = ExposureMask | PointerMotionMask | KeyPressMask; in XInitialize()
/external/ImageMagick/MagickCore/
Danimate.c1702 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XAnimateImages()
1724 windows->backdrop.attributes.event_mask=ButtonPressMask | KeyPressMask | in XAnimateImages()
1854 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XAnimateImages()
1879 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XAnimateImages()
Ddisplay.c3597 while (XCheckWindowEvent(display,window,KeyPressMask,&event)) ; in XColorEditImage()
9958 while (XCheckWindowEvent(display,window,KeyPressMask,&event)) ; in XMatteEditImage()
14756 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XDisplayImage()
14778 windows->backdrop.attributes.event_mask=ButtonPressMask | KeyPressMask | in XDisplayImage()
14910 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XDisplayImage()
14935 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XDisplayImage()
14982 ExposureMask | KeyPressMask | KeyReleaseMask | OwnerGrabButtonMask | in XDisplayImage()
15011 ButtonReleaseMask | ExposureMask | KeyPressMask | KeyReleaseMask | in XDisplayImage()
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs295 | xlib::KeyPressMask in create()