Searched refs:pDstPixmap (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 244 PixmapPtr pSrcPixmap, pDstPixmap; in exaCopyNtoNTwoDir() local 250 pDstPixmap = exaGetOffscreenPixmap(pDstDrawable, &dst_off_x, &dst_off_y); in exaCopyNtoNTwoDir() 251 if (!pSrcPixmap || !pDstPixmap) in exaCopyNtoNTwoDir() 264 pExaScr->info->DoneCopy(pDstPixmap); in exaCopyNtoNTwoDir() 267 pDstPixmap, in exaCopyNtoNTwoDir() 274 (*pExaScr->info->Copy) (pDstPixmap, in exaCopyNtoNTwoDir() 285 pExaScr->info->DoneCopy(pDstPixmap); in exaCopyNtoNTwoDir() 288 pDstPixmap, in exaCopyNtoNTwoDir() 295 (*pExaScr->info->Copy) (pDstPixmap, in exaCopyNtoNTwoDir() 311 pExaScr->info->DoneCopy(pDstPixmap); in exaCopyNtoNTwoDir() [all …]
|
| H A D | exa.h | 267 PixmapPtr pDstPixmap, 294 void (*Copy) (PixmapPtr pDstPixmap, 310 void (*DoneCopy) (PixmapPtr pDstPixmap);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | exa.c | 310 PixmapPtr pDstPixmap, in ms_exa_prepare_copy() argument 327 if (!rga_check_pixmap(pDstPixmap)) in ms_exa_prepare_copy() 350 ms_exa_copy_bail(PixmapPtr pDstPixmap, int srcX, int srcY, in ms_exa_copy_bail() argument 353 ScreenPtr screen = pDstPixmap->drawable.pScreen; in ms_exa_copy_bail() 362 gc = GetScratchGC(pDstPixmap->drawable.depth, screen); in ms_exa_copy_bail() 367 ValidateGC(&pDstPixmap->drawable, gc); in ms_exa_copy_bail() 370 ms_exa_prepare_access(pDstPixmap, 0); in ms_exa_copy_bail() 371 fbCopyArea(&pSrcPixmap->drawable, &pDstPixmap->drawable, gc, in ms_exa_copy_bail() 373 ms_exa_finish_access(pDstPixmap, 0); in ms_exa_copy_bail() 380 ms_exa_copy(PixmapPtr pDstPixmap, int srcX, int srcY, in ms_exa_copy() argument [all …]
|