Lines Matching refs:eid
73 swapl(&c->eid); in present_event_swap()
89 swapl(&c->eid); in present_event_swap()
99 swapl(&c->eid); in present_event_swap()
119 .eid = 0, in present_send_config_notify()
135 cn.eid = event->id; in present_send_config_notify()
163 .eid = 0, in present_send_complete_notify()
173 cn.eid = event->id; in present_send_complete_notify()
193 .eid = 0, in present_send_idle_notify()
203 in.eid = event->id; in present_send_idle_notify()
211 present_select_input(ClientPtr client, XID eid, WindowPtr window, CARD32 mask) in present_select_input() argument
218 ret = dixLookupResourceByType((void **) &event, eid, present_event_type, in present_select_input()
230 FreeResource(eid, RT_NONE); in present_select_input()
239 LEGAL_NEW_RESOURCE(eid, client); in present_select_input()
251 event->id = eid; in present_select_input()