Searched refs:aevent (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libXrandr/dist/src/ |
| H A D | Xrandr.c | 69 XRRScreenChangeNotifyEvent *aevent= (XRRScreenChangeNotifyEvent *) event; local in function:XRRWireToEvent 71 aevent->type = awire->type & 0x7F; 72 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); 73 aevent->send_event = (awire->type & 0x80) != 0; 74 aevent->display = dpy; 75 aevent->window = awire->window; 76 aevent->root = awire->root; 77 aevent->timestamp = awire->timestamp; 78 aevent->config_timestamp = awire->configTimestamp; 79 aevent 91 XRROutputChangeNotifyEvent *aevent = (XRROutputChangeNotifyEvent *) event; local in function:XRRWireToEvent 108 XRRCrtcChangeNotifyEvent *aevent = (XRRCrtcChangeNotifyEvent *) event; local in function:XRRWireToEvent 126 XRROutputPropertyNotifyEvent *aevent = (XRROutputPropertyNotifyEvent *) event; local in function:XRRWireToEvent 141 XRRProviderChangeNotifyEvent *aevent = (XRRProviderChangeNotifyEvent *) event; local in function:XRRWireToEvent 154 XRRProviderPropertyNotifyEvent *aevent = (XRRProviderPropertyNotifyEvent *) event; local in function:XRRWireToEvent 169 XRRResourceChangeNotifyEvent *aevent = (XRRResourceChangeNotifyEvent *) event; local in function:XRRWireToEvent 198 XRRScreenChangeNotifyEvent *aevent = (XRRScreenChangeNotifyEvent *) event; local in function:XRREventToWire 216 XRRNotifyEvent *aevent = (XRRNotifyEvent *) event; local in function:XRREventToWire [all...] |
| /xsrc/external/mit/libXfixes/dist/src/ |
| H A D | Xfixes.c | 222 XFixesSelectionNotifyEvent *aevent; local in function:XFixesWireToEvent 225 aevent = (XFixesSelectionNotifyEvent *) event; 226 aevent->type = awire->type & 0x7F; 227 aevent->subtype = awire->subtype; 228 aevent->serial = _XSetLastRequestRead(dpy, 230 aevent->send_event = (awire->type & 0x80) != 0; 231 aevent->display = dpy; 232 aevent->window = awire->window; 233 aevent->owner = awire->owner; 234 aevent 240 XFixesCursorNotifyEvent *aevent; local in function:XFixesWireToEvent 270 XFixesSelectionNotifyEvent *aevent; local in function:XFixesEventToWire 284 XFixesCursorNotifyEvent *aevent; local in function:XFixesEventToWire [all...] |
| /xsrc/external/mit/libXdamage/dist/src/ |
| H A D | Xdamage.c | 223 XDamageNotifyEvent *aevent = (XDamageNotifyEvent *) event; local in function:XDamageWireToEvent 226 aevent->type = awire->type & 0x7F; 227 aevent->serial = _XSetLastRequestRead(dpy, 229 aevent->send_event = (awire->type & 0x80) != 0; 230 aevent->display = dpy; 231 aevent->drawable = awire->drawable; 232 aevent->damage = awire->damage; 233 aevent->level = awire->level & ~DamageNotifyMore; 234 aevent->more = (awire->level & DamageNotifyMore) ? True : False; 235 aevent 260 XDamageNotifyEvent *aevent; local in function:XDamageEventToWire [all...] |
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XSync.c | 202 XSyncCounterNotifyEvent *aevent; local in function:wire_to_event 213 aevent = (XSyncCounterNotifyEvent *) event; 214 aevent->type = awire->type & 0x7F; 215 aevent->serial = _XSetLastRequestRead(dpy, 217 aevent->send_event = (awire->type & 0x80) != 0; 218 aevent->display = dpy; 219 aevent->counter = awire->counter; 220 XSyncIntsToValue(&aevent->wait_value, awire->wait_value_lo, 222 XSyncIntsToValue(&aevent->counter_value, 225 aevent 257 XSyncCounterNotifyEvent *aevent; local in function:event_to_wire [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxext.c | 120 GLXPbufferClobberEvent *aevent = (GLXPbufferClobberEvent *)event; local in function:XEXT_GENERATE_ERROR_STRING 122 aevent->event_type = awire->type; 123 aevent->serial = awire->sequenceNumber; 124 aevent->event_type = awire->event_type; 125 aevent->draw_type = awire->draw_type; 126 aevent->drawable = awire->drawable; 127 aevent->buffer_mask = awire->buffer_mask; 128 aevent->aux_buffer = awire->aux_buffer; 129 aevent->x = awire->x; 130 aevent 138 GLXBufferSwapComplete *aevent = (GLXBufferSwapComplete *)event; local in function:XEXT_GENERATE_ERROR_STRING [all...] |
| H A D | dri2.c | 99 GLXBufferSwapComplete *aevent = (GLXBufferSwapComplete *)event; variable in typeref:typename:GLXBufferSwapComplete * 108 aevent->type = dri2GetSwapEventType(dpy, awire->drawable); 109 if(!aevent->type) 112 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); 113 aevent->send_event = (awire->type & 0x80) != 0; 114 aevent->display = dpy; 115 aevent->drawable = awire->drawable; 118 aevent->event_type = GLX_EXCHANGE_COMPLETE_INTEL; 121 aevent->event_type = GLX_COPY_COMPLETE_INTEL; 124 aevent [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxext.c | 156 GLXPbufferClobberEvent *aevent = (GLXPbufferClobberEvent *)event; local in function:XEXT_GENERATE_ERROR_STRING 158 aevent->event_type = awire->type; 159 aevent->serial = awire->sequenceNumber; 160 aevent->event_type = awire->event_type; 161 aevent->draw_type = awire->draw_type; 162 aevent->drawable = awire->drawable; 163 aevent->buffer_mask = awire->buffer_mask; 164 aevent->aux_buffer = awire->aux_buffer; 165 aevent->x = awire->x; 166 aevent 174 GLXBufferSwapComplete *aevent = (GLXBufferSwapComplete *)event; local in function:XEXT_GENERATE_ERROR_STRING [all...] |
| H A D | dri2.c | 99 GLXBufferSwapComplete *aevent = (GLXBufferSwapComplete *)event; variable in typeref:typename:GLXBufferSwapComplete * 108 aevent->type = dri2GetSwapEventType(dpy, awire->drawable); 109 if(!aevent->type) 112 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); 113 aevent->send_event = (awire->type & 0x80) != 0; 114 aevent->display = dpy; 115 aevent->drawable = awire->drawable; 118 aevent->event_type = GLX_EXCHANGE_COMPLETE_INTEL; 121 aevent->event_type = GLX_COPY_COMPLETE_INTEL; 124 aevent [all...] |
Completed in 7 milliseconds