Lines Matching refs:spix_front
510 PixmapPtr spix_front; in rrSetupPixmapSharing() local
538 spix_front = rrCreateSharedPixmap(crtc, master, in rrSetupPixmapSharing()
541 if (spix_front == NULL) { in rrSetupPixmapSharing()
561 spix_front, spix_back)) in rrSetupPixmapSharing()
564 crtc->scanout_pixmap = spix_front; in rrSetupPixmapSharing()
569 spix_front, in rrSetupPixmapSharing()
577 master->PresentSharedPixmap(spix_front); in rrSetupPixmapSharing()
596 if (!pSlaveScrPriv->rrCrtcSetScanoutPixmap(crtc, spix_front)) { in rrSetupPixmapSharing()
597 rrDestroySharedPixmap(crtc, spix_front); in rrSetupPixmapSharing()
601 crtc->scanout_pixmap = spix_front; in rrSetupPixmapSharing()
603 master->StartPixmapTracking(mrootdraw, spix_front, x, y, 0, 0, rotation); in rrSetupPixmapSharing()