Home
last modified time | relevance | path

Searched refs:pSrcPixmap (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dexa.c55 PixmapPtr pSrcPixmap; member
309 ms_exa_prepare_copy(PixmapPtr pSrcPixmap, in ms_exa_prepare_copy() argument
313 ScreenPtr screen = pSrcPixmap->drawable.pScreen; in ms_exa_prepare_copy()
324 if (!rga_check_pixmap(pSrcPixmap)) in ms_exa_prepare_copy()
342 ctx->prepare_args.copy.pSrcPixmap = pSrcPixmap; in ms_exa_prepare_copy()
358 PixmapPtr pSrcPixmap = ctx->prepare_args.copy.pSrcPixmap; in ms_exa_copy_bail() local
369 ms_exa_prepare_access(pSrcPixmap, 0); in ms_exa_copy_bail()
371 fbCopyArea(&pSrcPixmap->drawable, &pDstPixmap->drawable, gc, in ms_exa_copy_bail()
374 ms_exa_finish_access(pSrcPixmap, 0); in ms_exa_copy_bail()
389 PixmapPtr pSrcPixmap = ctx->prepare_args.copy.pSrcPixmap; in ms_exa_copy() local
[all …]
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c244 PixmapPtr pSrcPixmap, pDstPixmap; in exaCopyNtoNTwoDir() local
249 pSrcPixmap = exaGetOffscreenPixmap(pSrcDrawable, &src_off_x, &src_off_y); in exaCopyNtoNTwoDir()
251 if (!pSrcPixmap || !pDstPixmap) in exaCopyNtoNTwoDir()
266 if (!(*pExaScr->info->PrepareCopy) (pSrcPixmap, in exaCopyNtoNTwoDir()
287 if (!(*pExaScr->info->PrepareCopy) (pSrcPixmap, in exaCopyNtoNTwoDir()
313 if (!(*pExaScr->info->PrepareCopy) (pSrcPixmap, in exaCopyNtoNTwoDir()
340 if (!(*pExaScr->info->PrepareCopy) (pSrcPixmap, in exaCopyNtoNTwoDir()
371 PixmapPtr pSrcPixmap, pDstPixmap; in exaHWCopyNtoN() local
383 pSrcPixmap = exaGetDrawablePixmap(pSrcDrawable); in exaHWCopyNtoN()
386 exaGetDrawableDeltas(pSrcDrawable, pSrcPixmap, &src_off_x, &src_off_y); in exaHWCopyNtoN()
[all …]
H A Dexa.h266 Bool (*PrepareCopy) (PixmapPtr pSrcPixmap,
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompwindow.c664 PixmapPtr pSrcPixmap = (*pScreen->GetWindowPixmap) (pWin); in compWindowUpdateAutomatic() local
669 PicturePtr pSrcPicture = CreatePicture(0, &pSrcPixmap->drawable, in compWindowUpdateAutomatic()
708 pSrcPixmap->screen_x - pParent->drawable.x, in compWindowUpdateAutomatic()
709 pSrcPixmap->screen_y - pParent->drawable.y, in compWindowUpdateAutomatic()
710 pSrcPixmap->drawable.width, pSrcPixmap->drawable.height); in compWindowUpdateAutomatic()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog152194 leaving pSrcPixmap = NULL.