Searched refs:DownloadFromScreen (Results 1 – 8 of 8) sorted by relevance
173 pExaScr->info->DownloadFromScreen = NULL; in exaDDXDriverInit()
521 Bool (*DownloadFromScreen) (PixmapPtr pSrc, member
286 pExaScr->info->DownloadFromScreen, EXA_PREPARE_SRC, in exaCopyDirtyToSys()
1274 if (pPix == NULL || pExaScr->info->DownloadFromScreen == NULL) in exaGetImage()1287 ok = pExaScr->info->DownloadFromScreen(pPix, pDrawable->x + x + xoff, in exaGetImage()
1035 if (pScreenInfo->DownloadFromScreen != NULL) { in exaDriverInit()
476 fakexa->exa->DownloadFromScreen = ephyrDownloadFromScreen; in ephyrDrawInit()
1118 exa->DownloadFromScreen = ms_exa_download_from_screen; in ms_setup_exa()
121206 If the PrepareAccess hook fails, use the DownloadFromScreen hook to retrieve160456 This should ensure the driver UploadTo/DownloadFromScreen hooks can always161541 exaGetImage: Don't migrate pixmap out of FB with no DownloadFromScreen hook.163704 pixel directly is probably faster than DownloadFromScreen anyway. Though in164952 faster than DownloadFromScreen, in particular if the bits need to be uploaded177977 make the DownloadFromScreen more robust.177983 Bug #2986: Add acceleration of GetImage using DownloadFromScreen for the177993 Add a DownloadFromScreen implementation, used for testing GetImage