Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c423 ExaPrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir, in ExaPrepareCopy() argument
426 ScrnInfoPtr pScrn = xf86ScreenToScrn(pDstPixmap->drawable.pScreen); in ExaPrepareCopy()
429 struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pDstPixmap); in ExaPrepareCopy()
469 ExaCopy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY, in ExaCopy() argument
472 ScrnInfoPtr pScrn = xf86ScreenToScrn(pDstPixmap->drawable.pScreen); in ExaCopy()
480 debug_assert(exaGetPixmapDriverPrivate(pDstPixmap) == exa->copy.dst); in ExaCopy()
494 pDstPixmap->drawable.width, in ExaCopy()
495 pDstPixmap->drawable.height, in ExaCopy()
496 pDstPixmap->drawable.depth, in ExaCopy()
497 pDstPixmap->drawable.width); in ExaCopy()