HomeSort by: relevance | last modified time | path
    Searched refs:pCopyClip (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_dri.c 292 RegionPtr pCopyClip;
296 pCopyClip = REGION_CREATE(pScreen, NULL, 0);
297 REGION_COPY(pScreen, pCopyClip, pRegion);
298 (*pGC->funcs->ChangeClip) (pGC, CT_REGION, pCopyClip, 0);
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_dri2.c 146 RegionPtr pCopyClip;
186 pCopyClip = REGION_CREATE(pScreen, NULL, 0);
187 REGION_COPY(pScreen, pCopyClip, pRegion);
190 REGION_TRANSLATE(pScreen, pCopyClip, off_x, off_y);
192 pGC->funcs->ChangeClip(pGC, CT_REGION, pCopyClip, 0);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
dri2.c 277 RegionPtr pCopyClip;
303 pCopyClip = REGION_CREATE(screen, NULL, 0);
304 REGION_COPY(screen, pCopyClip, pRegion);
306 REGION_TRANSLATE(screen, pCopyClip, off_x, off_y);
307 (*gc->funcs->ChangeClip) (gc, CT_REGION, pCopyClip, 0);
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_dri.c 412 RegionPtr pCopyClip;
419 pCopyClip = REGION_CREATE(screen, NULL, 0);
420 REGION_COPY(screen, pCopyClip, pRegion);
421 (*gc->funcs->ChangeClip) (gc, CT_REGION, pCopyClip, 0);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_dri.c 377 RegionPtr pCopyClip;
384 pCopyClip = REGION_CREATE(screen, NULL, 0);
385 REGION_COPY(screen, pCopyClip, pRegion);
386 (*gc->funcs->ChangeClip) (gc, CT_REGION, pCopyClip, 0);

Completed in 9 milliseconds