Searched refs:swap_info (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_dri.c | 893 unsigned int tv_usec, DRI2FrameEventPtr swap_info) 895 intel_screen_private *intel = swap_info->intel; 899 if (!swap_info->drawable_id) 902 status = dixLookupDrawable(&drawable, swap_info->drawable_id, serverClient, 905 i830_dri2_del_frame_event(swap_info); 910 switch (swap_info->type) { 913 if (can_exchange(drawable, swap_info->front, swap_info->back) && 914 I830DRI2ScheduleFlip(intel, drawable, swap_info)) 920 swap_info 892 I830DRI2FrameEventHandler(unsigned int frame,unsigned int tv_sec,unsigned int tv_usec,DRI2FrameEventPtr swap_info) argument 1043 DRI2FrameEventPtr swap_info = data; local in function:intel_dri2_vblank_handler 1053 DRI2FrameEventPtr swap_info = data; local in function:intel_dri2_vblank_abort 1091 DRI2FrameEventPtr swap_info = NULL; local in function:I830DRI2ScheduleSwap [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_dri.c | 92 DRI2FrameEventPtr swap_info); 963 DRI2FrameEventPtr swap_info) 965 intel_screen_private *intel = swap_info->intel; 969 if (!swap_info->drawable_id) 972 status = dixLookupDrawable(&drawable, swap_info->drawable_id, serverClient, 975 i830_dri2_del_frame_event(swap_info); 979 switch (swap_info->type) { 982 if (!queue_flip(intel, drawable, swap_info) && 983 !queue_swap(intel, drawable, swap_info)) { 986 swap_info 960 I830DRI2FrameEventHandler(unsigned int frame,unsigned int tv_sec,unsigned int tv_usec,DRI2FrameEventPtr swap_info) argument 1100 DRI2FrameEventPtr swap_info = NULL; local in function:I830DRI2ScheduleSwap [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_dri2.c | 1131 DRI2FrameEventPtr swap_info = NULL; local in function:radeon_dri2_schedule_swap 1154 swap_info = calloc(1, sizeof(DRI2FrameEventRec)); 1155 if (!swap_info) 1158 swap_info->drawable_id = draw->id; 1159 swap_info->client = client; 1160 swap_info->event_complete = func; 1161 swap_info->event_data = data; 1162 swap_info->front = front; 1163 swap_info->back = back; 1164 swap_info [all...] |
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_dri2.c | 1105 DRI2FrameEventPtr swap_info = NULL; local in function:amdgpu_dri2_schedule_swap 1130 swap_info = calloc(1, sizeof(DRI2FrameEventRec)); 1131 if (!swap_info) 1134 swap_info->type = DRI2_SWAP; 1135 swap_info->drawable_id = draw->id; 1136 swap_info->client = client; 1137 swap_info->event_complete = func; 1138 swap_info->event_data = data; 1139 swap_info->front = front; 1140 swap_info [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_dri2.c | 1201 DRI2FrameEventPtr swap_info = NULL; local in function:radeon_dri2_schedule_swap 1226 swap_info = calloc(1, sizeof(DRI2FrameEventRec)); 1227 if (!swap_info) 1230 swap_info->type = DRI2_SWAP; 1231 swap_info->drawable_id = draw->id; 1232 swap_info->client = client; 1233 swap_info->event_complete = func; 1234 swap_info->event_data = data; 1235 swap_info->front = front; 1236 swap_info [all...] |
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | Xdbe.c | 220 * buffers swapped; it is the number of elements in the swap_info array. 221 * The argument swap_info specifies the information needed per window 226 XdbeSwapInfo *swap_info, 247 Data32 (dpy, (long *)&swap_info[i].swap_window, 4); 248 tmp[0] = swap_info[i].swap_action; 224 XdbeSwapBuffers(Display * dpy,XdbeSwapInfo * swap_info,int num_windows) argument
|
Completed in 10 milliseconds