HomeSort by: relevance | last modified time | path
    Searched refs:eventinfo (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/dix/
events.c 1107 DeviceEventInfoRec eventinfo; local
1121 eventinfo.event = ev;
1122 eventinfo.device = device;
1123 CallCallbacks(&DeviceEventCallback, (pointer)&eventinfo);
5629 EventInfoRec eventinfo; local
5630 eventinfo.client = pClient;
5631 eventinfo.events = events;
5632 eventinfo.count = count;
5633 CallCallbacks(&EventCallback, (pointer)&eventinfo);
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_kms.c 331 EventInfoRec *eventinfo = call_data; local
335 dixLookupScreenPrivate(&eventinfo->client->devPrivates,
353 for (i = 0; i < eventinfo->count; i++) {
354 if (eventinfo->events[i].u.u.type == info->callback_event_type) {
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_kms.c 282 EventInfoRec *eventinfo = call_data; local
286 dixLookupScreenPrivate(&eventinfo->client->devPrivates,
304 for (i = 0; i < eventinfo->count; i++) {
305 if (eventinfo->events[i].u.u.type == info->callback_event_type) {
  /xsrc/external/mit/xorg-server.old/dist/Xi/
exevents.c 1032 DeviceEventInfoRec eventinfo; local
1039 eventinfo.device = device;
1040 eventinfo.event = ev;
1041 CallCallbacks(&DeviceEventCallback, (pointer) & eventinfo);
  /xsrc/external/mit/xorg-server/dist/dix/
events.c 1165 DeviceEventInfoRec eventinfo; local
1179 eventinfo.event = ev;
1180 eventinfo.device = device;
1181 CallCallbacks(&DeviceEventCallback, (void *) &eventinfo);
6159 EventInfoRec eventinfo; local
6161 eventinfo.client = pClient;
6162 eventinfo.events = events;
6163 eventinfo.count = count;
6164 CallCallbacks(&EventCallback, (void *) &eventinfo);
  /xsrc/external/mit/xorg-server/dist/Xi/
exevents.c 1889 DeviceEventInfoRec eventinfo; local
1896 eventinfo.device = device;
1897 eventinfo.event = ev;
1898 CallCallbacks(&DeviceEventCallback, (void *) &eventinfo);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_accel.c 17471 EventInfoRec *eventinfo = call_data; local
17478 for (i = 0; i < eventinfo->count; i++) {
17479 if (eventinfo->events[i].u.u.type == sna->damage_event) {

Completed in 35 milliseconds