Home
last modified time | relevance | path

Searched refs:spix_front (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c510 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()
[all …]