Lines Matching refs:pExaScr

69     swap(pExaScr, pScreen, CreatePixmap);  in exaCreatePixmap_classic()
71 swap(pExaScr, pScreen, CreatePixmap); in exaCreatePixmap_classic()
97 exaSetFbPitch(pExaScr, pExaPixmap, w, h, bpp); in exaCreatePixmap_classic()
101 swap(pExaScr, pScreen, DestroyPixmap); in exaCreatePixmap_classic()
103 swap(pExaScr, pScreen, DestroyPixmap); in exaCreatePixmap_classic()
113 swap(pExaScr, pScreen, DestroyPixmap); in exaCreatePixmap_classic()
115 swap(pExaScr, pScreen, DestroyPixmap); in exaCreatePixmap_classic()
138 exaSetAccelBlock(pExaScr, pExaPixmap, w, h, bpp); in exaCreatePixmap_classic()
141 if (pExaScr->fallback_counter) in exaCreatePixmap_classic()
153 ExaScreenPrivPtr pExaScr; in exaModifyPixmapHeader_classic() local
161 pExaScr = ExaGetScreenPriv(pScreen); in exaModifyPixmapHeader_classic()
175 if (pExaScr->info->memoryBase && pPixData) { in exaModifyPixmapHeader_classic()
176 if ((CARD8 *) pPixData >= pExaScr->info->memoryBase && in exaModifyPixmapHeader_classic()
177 ((CARD8 *) pPixData - pExaScr->info->memoryBase) < in exaModifyPixmapHeader_classic()
178 pExaScr->info->memorySize) { in exaModifyPixmapHeader_classic()
186 exaSetFbPitch(pExaScr, pExaPixmap, width, height, bitsPerPixel); in exaModifyPixmapHeader_classic()
188 exaSetAccelBlock(pExaScr, pExaPixmap, width, height, bitsPerPixel); in exaModifyPixmapHeader_classic()
200 swap(pExaScr, pScreen, ModifyPixmapHeader); in exaModifyPixmapHeader_classic()
203 swap(pExaScr, pScreen, ModifyPixmapHeader); in exaModifyPixmapHeader_classic()
238 swap(pExaScr, pScreen, DestroyPixmap); in exaDestroyPixmap_classic()
240 swap(pExaScr, pScreen, DestroyPixmap); in exaDestroyPixmap_classic()
254 if (pExaScr->info->PixmapIsOffscreen) { in exaPixmapHasGpuCopy_classic()
258 ret = pExaScr->info->PixmapIsOffscreen(pPixmap); in exaPixmapHasGpuCopy_classic()