Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.cpp194 swa.event_mask = ExposureMask|KeyPressMask|KeyReleaseMask|StructureNotifyMask; in XlibWindow()
240 XSelectInput(dpy, m_window, ExposureMask | StructureNotifyMask); in setVisibility()
244 XWindowEvent(dpy, m_window, ExposureMask | StructureNotifyMask, &event); in setVisibility()
/external/libepoxy/test/
Dglx_common.c78 window_attr.event_mask = StructureNotifyMask | ExposureMask | in get_glx_window()
/external/crosvm/gpu_display/src/generated/
Dxlib_generator.sh66 --whitelist-var ExposureMask \
Dxlib.rs20 pub const ExposureMask: u32 = 32768; constant
/external/mesa3d/src/gallium/targets/graw-xlib/
Dgraw_xlib.c110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask; in graw_create_window_and_screen()
/external/webrtc/test/linux/
Dglx_renderer.cc60 window_attributes.event_mask = StructureNotifyMask | ExposureMask; in Init()
/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.cpp40 const long kEventMask = ExposureMask | StructureNotifyMask |
/external/ImageMagick/MagickCore/
Danimate.c1629 windows->icon.attributes.event_mask=ExposureMask | StructureNotifyMask; in XAnimateImages()
1702 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XAnimateImages()
1792 windows->info.attributes.event_mask=ButtonPressMask | ExposureMask | in XAnimateImages()
1825 ButtonReleaseMask | EnterWindowMask | ExposureMask | LeaveWindowMask | in XAnimateImages()
1854 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XAnimateImages()
1879 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XAnimateImages()
Ddisplay.c14678 windows->icon.attributes.event_mask=ExposureMask | StructureNotifyMask; in XDisplayImage()
14756 ButtonReleaseMask | EnterWindowMask | ExposureMask | KeyPressMask | in XDisplayImage()
14846 windows->info.attributes.event_mask=ButtonPressMask | ExposureMask | in XDisplayImage()
14879 ButtonReleaseMask | EnterWindowMask | ExposureMask | LeaveWindowMask | 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/skia/tools/sk_app/unix/
DWindow_unix.cpp47 const long kEventMask = ExposureMask | StructureNotifyMask |
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c586 swa.event_mask = ExposureMask | PointerMotionMask | KeyPressMask; in XInitialize()
/external/libpng/contrib/gregbook/
Drpng-x.c549 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng_x_create_window()
Drpng2-x.c933 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask; in rpng2_x_create_window()
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs294 (xlib::ExposureMask in create()