Lines Matching refs:front
418 DRI2BufferPtr front;
607 DrawablePtr draw, DRI2BufferPtr front,
646 update_front(DrawablePtr draw, DRI2BufferPtr front)
652 struct dri2_buffer_priv *priv = front->driverPrivate;
659 if (!radeon_get_flink_name(pRADEONEnt, pixmap, &front->name)) {
664 front->pitch = pixmap->devKind;
665 front->cpp = pixmap->drawable.bitsPerPixel / 8;
673 DRI2BufferPtr front, DRI2BufferPtr back)
675 struct dri2_buffer_priv *front_priv = front->driverPrivate;
680 if (!update_front(draw, front))
702 DRI2BufferPtr front, DRI2BufferPtr back)
723 return num_crtcs_on > 0 && can_exchange(pScrn, draw, front, back);
727 radeon_dri2_exchange_buffers(DrawablePtr draw, DRI2BufferPtr front, DRI2BufferPtr back)
729 struct dri2_buffer_priv *front_priv = front->driverPrivate;
744 tmp = front->name;
745 front->name = back->name;
780 radeon_dri2_unref_buffer(event->front);
805 if (can_flip(crtc, drawable, event->front, event->back) &&
809 event->front,
814 radeon_dri2_exchange_buffers(drawable, event->front, event->back);
820 can_exchange(scrn, drawable, event->front, event->back)) {
821 radeon_dri2_exchange_buffers(drawable, event->front, event->back);
830 event->front, event->back);
1189 DRI2BufferPtr front, DRI2BufferPtr back,
1217 radeon_dri2_ref_buffer(front);
1235 swap_info->front = front;
1277 if (can_flip(crtc, draw, front, back)) {
1377 radeon_dri2_copy_region2(draw->pScreen, draw, ®ion, front, back);
1381 radeon_dri2_unref_buffer(front);