Searched refs:GetSpans (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaInit.c143 if(!infoRec->GetSpans)
144 infoRec->GetSpans = XAAGetSpans;
154 pScreenPriv->GetSpans = pScreen->GetSpans;
155 pScreen->GetSpans = infoRec->GetSpans;
223 pScreen->GetSpans = pScreenPriv->GetSpans;
284 XAA_SCREEN_PROLOGUE (pScreen, GetSpans);
289 (*pScreen->GetSpans) (pDra
[all...]
/xsrc/external/mit/xorg-server.old/dist/miext/cw/
H A Dcw.c367 SCREEN_PROLOGUE(pScreen, GetSpans);
374 (*pScreen->GetSpans)(pBackingDrawable, wMax, ppt, pwidth, nspans,
377 SCREEN_EPILOGUE(pScreen, GetSpans, cwGetSpans);
496 SCREEN_EPILOGUE(pScreen, GetSpans, cwGetSpans);
517 pScreen->GetSpans = pScreenPriv->GetSpans;
H A Dcw.h89 GetSpansProcPtr GetSpans; member in struct:__anon31641d280308
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmisprite.c76 GetSpansProcPtr GetSpans; member in struct:__anon84b3337c0208
337 pScreenPriv->GetSpans = pScreen->GetSpans;
365 pScreen->GetSpans = miSpriteGetSpans;
391 pScreen->GetSpans = pScreenPriv->GetSpans;
448 SCREEN_PROLOGUE (pPriv, pScreen, GetSpans);
476 SPRITE_DEBUG (("GetSpans remove\n"));
486 (*pScreen->GetSpans) (pDrawable, wMax, ppt, pwidth, nspans, pdstStart);
488 SCREEN_EPILOGUE (pPriv, pScreen, GetSpans);
[all...]
H A Dmibitblt.c72 * get the pixels with GetSpans
230 /* We must untranslate before calling GetSpans */
238 (*pSrcDrawable->pScreen->GetSpans)(pSrcDrawable, width, pptFirst,
338 (*pDraw->pScreen->GetSpans)(pDraw, width, &pt, &width, 1,
348 (*pDraw->pScreen->GetSpans)(pDraw, width, &pt, &width, 1,
623 * We're getting the image into a memory buffer. While we have to use GetSpans
630 * Line at a time, GetSpans a line into the destination buffer, then if the
632 * bits turned off) and then another GetSpans to get stuff back (because
690 (*pDraw->pScreen->GetSpans)(pDraw, w, &pt, &width, 1, pDst);
698 (*pDraw->pScreen->GetSpans)((DrawablePt
[all...]
H A Dmipushpxl.c84 this code works if the 1-bit deep pixmap format returned by GetSpans
137 (*pBitMap->drawable.pScreen->GetSpans)((DrawablePtr)pBitMap, dx,
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.c389 screen->GetSpans = uxa_screen->SavedGetSpans;
507 uxa_screen->SavedGetSpans = screen->GetSpans;
508 screen->GetSpans = uxa_get_spans;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.c389 screen->GetSpans = uxa_screen->SavedGetSpans;
507 uxa_screen->SavedGetSpans = screen->GetSpans;
508 screen->GetSpans = uxa_get_spans;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.c426 pScreen->GetSpans = uxa_screen->SavedGetSpans;
547 uxa_screen->SavedGetSpans = screen->GetSpans;
548 screen->GetSpans = uxa_check_get_spans;
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.c376 pScreen->GetSpans = uxa_screen->SavedGetSpans;
493 uxa_screen->SavedGetSpans = screen->GetSpans;
494 screen->GetSpans = uxa_check_get_spans;
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunMultiDepth.c133 pScreen->GetSpans = sunCfbGetSpans;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunMultiDepth.c133 pScreen->GetSpans = sunCfbGetSpans;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c195 WRAP_SCREEN(GetSpans, VGAarbiterGetSpans);
235 UNWRAP_SCREEN(GetSpans);
318 SCREEN_PROLOG (GetSpans);
320 (*pScreen->GetSpans) (pDrawable, wMax, ppt, pwidth, nspans, pdstStart);
322 SCREEN_EPILOG (GetSpans, VGAarbiterGetSpans);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86VGAarbiter.c197 WRAP_SCREEN(GetSpans, VGAarbiterGetSpans);
239 UNWRAP_SCREEN(GetSpans);
308 SCREEN_PROLOG(GetSpans);
310 (*pScreen->GetSpans) (pDrawable, wMax, ppt, pwidth, nspans, pdstStart);
312 SCREEN_EPILOG(GetSpans, VGAarbiterGetSpans);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmibitblt.c71 * get the pixels with GetSpans
221 /* We must untranslate before calling GetSpans */
228 (*pSrcDrawable->pScreen->GetSpans) (pSrcDrawable, width, pptFirst,
317 (*pDraw->pScreen->GetSpans) (pDraw, width, &pt, &width, 1,
325 (*pDraw->pScreen->GetSpans) (pDraw, width, &pt, &width, 1,
588 * We're getting the image into a memory buffer. While we have to use GetSpans
595 * Line at a time, GetSpans a line into the destination buffer, then if the
597 * bits turned off) and then another GetSpans to get stuff back (because
650 (*pDraw->pScreen->GetSpans) (pDraw, w, &pt, &width, 1, pDst);
657 (*pDraw->pScreen->GetSpans) ((DrawablePt
[all...]
H A Dmipushpxl.c82 this code works if the 1-bit deep pixmap format returned by GetSpans
129 (*pBitMap->drawable.pScreen->GetSpans) ((DrawablePtr) pBitMap, dx,
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxscrinit.c329 DMX_WRAP(GetSpans, dmxGetSpans, dmxScreen, pScreen);
461 DMX_UNWRAP(GetSpans, dmxScreen, pScreen);
H A Ddmx.h218 GetSpansProcPtr GetSpans; member in struct:_DMXScreenInfo
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dscrnintstr.h443 GetSpansProcPtr GetSpans; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbscreen.c113 pScreen->GetSpans = fbGetSpans;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbscreen.c110 pScreen->GetSpans = fbGetSpans;
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_unaccel.c726 saa_swap(sscreen, pScreen, GetSpans);
727 pScreen->GetSpans(pDrawable, wMax, ppt, pwidth, nspans, pdstStart);
728 saa_swap(sscreen, pScreen, GetSpans);
1006 saa_wrap(sscreen, pScreen, GetSpans, saa_check_get_spans);
1025 saa_unwrap(sscreen, pScreen, GetSpans);
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h529 GetSpansProcPtr GetSpans; member in struct:_Screen
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_glamor_wrappers.c909 pScreen->GetSpans = info->glamor.SavedGetSpans;
950 info->glamor.SavedGetSpans = screen->GetSpans;
951 screen->GetSpans = amdgpu_glamor_get_spans;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_glamor_wrappers.c901 pScreen->GetSpans = info->glamor.SavedGetSpans;
942 info->glamor.SavedGetSpans = screen->GetSpans;
943 screen->GetSpans = radeon_glamor_get_spans;

Completed in 26 milliseconds

12