Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dexamodule.c173 pExaScr->info->DownloadFromScreen = NULL; in exaDDXDriverInit()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa.h521 Bool (*DownloadFromScreen) (PixmapPtr pSrc, member
H A Dexa_migration_classic.c286 pExaScr->info->DownloadFromScreen, EXA_PREPARE_SRC, in exaCopyDirtyToSys()
H A Dexa_accel.c1274 if (pPix == NULL || pExaScr->info->DownloadFromScreen == NULL) in exaGetImage()
1287 ok = pExaScr->info->DownloadFromScreen(pPix, pDrawable->x + x + xoff, in exaGetImage()
H A Dexa.c1035 if (pScreenInfo->DownloadFromScreen != NULL) { in exaDriverInit()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c476 fakexa->exa->DownloadFromScreen = ephyrDownloadFromScreen; in ephyrDrawInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c1118 exa->DownloadFromScreen = ms_exa_download_from_screen; in ms_setup_exa()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog121206 If the PrepareAccess hook fails, use the DownloadFromScreen hook to retrieve
160456 This should ensure the driver UploadTo/DownloadFromScreen hooks can always
161541 exaGetImage: Don't migrate pixmap out of FB with no DownloadFromScreen hook.
163704 pixel directly is probably faster than DownloadFromScreen anyway. Though in
164952 faster than DownloadFromScreen, in particular if the bits need to be uploaded
177977 make the DownloadFromScreen more robust.
177983 Bug #2986: Add acceleration of GetImage using DownloadFromScreen for the
177993 Add a DownloadFromScreen implementation, used for testing GetImage