Searched refs:ExposureMask (Results 1 - 25 of 99) sorted by relevance
1234
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | evtomask.c | 51 ExposureMask, /* Expose */ 52 ExposureMask, /* GraphicsExpose */ 53 ExposureMask, /* NoExpose */
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxdemo.c | 72 attr.event_mask = StructureNotifyMask | ExposureMask;
|
| H A D | glxpixmap.c | 62 attr.event_mask = StructureNotifyMask | ExposureMask;
|
| H A D | xfont.c | 137 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| H A D | xrotfontdemo.c | 151 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| H A D | glsync.c | 200 swa.event_mask = ExposureMask | KeyPressMask | ButtonPressMask |
|
| H A D | glxheads.c | 107 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| H A D | offset.c | 120 swa.event_mask = ExposureMask | StructureNotifyMask | KeyPressMask |
|
| H A D | overlay.c | 87 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| H A D | sharedtex.c | 97 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| H A D | wincopy.c | 77 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| H A D | xdemo.c | 133 attr.event_mask = ExposureMask | StructureNotifyMask;
|
| H A D | yuvrect_client.c | 208 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | glx_common.c | 78 window_attr.event_mask = StructureNotifyMask | ExposureMask |
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Handlers.c | 238 ExposureMask | PointerMotionMask, 261 ExposureMask | PointerMotionMask, 288 ExposureMask | PointerMotionMask, 310 ExposureMask | PointerMotionMask, 421 ExposureMask | PointerMotionMask, 450 ExposureMask | PointerMotionMask, 475 ExposureMask | PointerMotionMask, 500 ExposureMask | PointerMotionMask,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-xlib/ |
| H A D | graw_xlib.c | 110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-xlib/ |
| H A D | graw_xlib.c | 110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | mask_screen.c | 46 attributes.event_mask = ExposureMask; 57 XMaskEvent(dpy, ExposureMask, &event);
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | test_xi2.c | 40 XSelectInput(dpy, win, ExposureMask); 425 XMaskEvent(display, ExposureMask, &event);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| H A D | dmxwininfo.c | 148 attr.event_mask = StructureNotifyMask | ExposureMask; 293 attr.event_mask = ExposureMask | StructureNotifyMask;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| H A D | eglut_x11.c | 77 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | es1_info.c | 177 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/ |
| H A D | es2_info.c | 177 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | eglcommon.c | 96 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texobjshare.c | 88 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
|
Completed in 17 milliseconds
1234