Searched refs:exaPixmapIsPinned (Results 1 – 4 of 4) sorted by relevance
50 if (exaPixmapIsPinned(pPixmap)) in exaCreateDriverPixmap_mixed()87 if (exaPixmapIsPinned(pixmaps[i].pPix) && in exaDoMigration_mixed()227 (has_gpu_copy || !exaPixmapIsPinned(pPixmap))) { in exaPrepareAccessReg_mixed()
97 if (exaPixmapIsPinned(pPix)) in exaPixmapShouldBeInFB()336 if (exaPixmapIsPinned(pPixmap)) in exaDoMoveInPixmap()401 if (!pExaPixmap->area || exaPixmapIsPinned(pPixmap)) in exaDoMoveOutPixmap()544 if (exaPixmapIsPinned(pPixmap) || pExaPixmap->area == NULL) in exaAssertNotDirty()638 if (exaPixmapIsPinned(pixmaps[i].pPix) && in exaDoMigration_classic()
585 exaPixmapIsPinned(PixmapPtr pPix);
218 exaPixmapIsPinned(PixmapPtr pPix) in exaPixmapIsPinned() function