Lines Matching defs:flip_info
87 DRI2FrameEventPtr flip_info);
1013 DRI2FrameEventPtr flip_info)
1015 struct intel_screen_private *intel = flip_info->intel;
1019 if (flip_info->drawable_id)
1020 dixLookupDrawable(&drawable, flip_info->drawable_id, serverClient,
1025 switch (flip_info->type) {
1035 if ((frame < flip_info->frame) && (flip_info->frame - frame < 5)) {
1044 __func__, frame, flip_info->frame);
1052 DRI2SwapComplete(flip_info->client, drawable, frame, tv_sec, tv_usec,
1053 DRI2_FLIP_COMPLETE, flip_info->client ? flip_info->event_complete : NULL,
1054 flip_info->event_data);
1064 i830_dri2_del_frame_event(flip_info);