Searched refs:KeyPressMask (Results 1 – 16 of 16) sorted by relevance
/external/libepoxy/test/ |
D | glx_common.c | 79 KeyPressMask; in get_glx_window()
|
/external/crosvm/gpu_display/src/generated/ |
D | xlib_generator.sh | 68 --whitelist-var KeyPressMask \
|
D | xlib.rs | 15 pub const KeyPressMask: u32 = 1; constant
|
/external/mesa3d/src/gallium/targets/graw-xlib/ |
D | graw_xlib.c | 110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask; in graw_create_window_and_screen()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11.cpp | 194 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask; in XlibWindow()
|
/external/mesa3d/src/gallium/frontends/xvmc/tests/ |
D | test_rendering.c | 262 XSelectInput(display, window, ExposureMask | KeyPressMask); in main()
|
D | xvmc_bench.c | 264 XSelectInput(display, window, ExposureMask | KeyPressMask); in main()
|
/external/skqp/tools/sk_app/unix/ |
D | Window_unix.cpp | 41 KeyPressMask | KeyReleaseMask |
|
/external/libpng/contrib/gregbook/ |
D | rpng2-x.c | 659 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()
|
D | rpng-x.c | 549 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng_x_create_window()
|
/external/angle/util/x11/ |
D | X11Window.cpp | 325 LeaveWindowMask | KeyPressMask | KeyReleaseMask; in initializeImpl()
|
/external/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 48 KeyPressMask | KeyReleaseMask |
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 586 swa.event_mask = ExposureMask | PointerMotionMask | KeyPressMask; in XInitialize()
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 1702 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()
|
D | display.c | 3597 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/ |
D | gpu_display_x.rs | 295 | xlib::KeyPressMask in create()
|