Searched refs:localDst (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-render.c955 PicturePtr localDst = pDst; local in function:uxa_try_driver_composite
993 localDst = CreatePicture(0, &pixmap->drawable,
998 if (!localDst)
1001 ValidatePicture(localDst);
1005 uxa_get_offscreen_pixmap(localDst->pDrawable, &dst_off_x, &dst_off_y);
1007 if (localDst != pDst)
1008 FreePicture(localDst, 0);
1012 xDst += localDst->pDrawable->x;
1013 yDst += localDst->pDrawable->y;
1020 if (localDst !
1208 PicturePtr localDst = pDst; local in function:uxa_try_magic_two_pass_composite_helper
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-render.c955 PicturePtr localDst = pDst; local in function:uxa_try_driver_composite
993 localDst = CreatePicture(0, &pixmap->drawable,
998 if (!localDst)
1001 ValidatePicture(localDst);
1005 uxa_get_offscreen_pixmap(localDst->pDrawable, &dst_off_x, &dst_off_y);
1007 if (localDst != pDst)
1008 FreePicture(localDst, 0);
1012 xDst += localDst->pDrawable->x;
1013 yDst += localDst->pDrawable->y;
1020 if (localDst !
1208 PicturePtr localDst = pDst; local in function:uxa_try_magic_two_pass_composite_helper
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-render.c1094 PicturePtr localDst = pDst; local in function:uxa_try_driver_composite
1132 localDst = CreatePicture(0, &pixmap->drawable,
1137 if (!localDst)
1140 ValidatePicture(localDst);
1144 uxa_get_offscreen_pixmap(localDst->pDrawable, &dst_off_x, &dst_off_y);
1146 if (localDst != pDst)
1147 FreePicture(localDst, 0);
1151 xDst += localDst->pDrawable->x;
1152 yDst += localDst->pDrawable->y;
1159 if (localDst !
1355 PicturePtr localDst = pDst; local in function:uxa_try_magic_two_pass_composite_helper
[all...]
H A Duxa-glyphs.c1046 PicturePtr localDst = pDst; local in function:uxa_glyphs
1146 localDst = CreatePicture(0, &pixmap->drawable,
1151 if (!localDst)
1154 ValidatePicture(localDst);
1159 pSrc, localDst, maskFormat,
1166 pSrc, localDst,
1173 if (localDst != pDst)
1174 FreePicture(localDst, 0);
1179 if (localDst != pDst) {
1185 gc->ops->CopyArea(localDst
[all...]

Completed in 12 milliseconds