| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compinit.c | 81 pScreen->GetSpans = cs->GetSpans; in compCloseScreen() 166 pScreen->GetSpans = cs->GetSpans; in compGetSpans() 169 (*pScreen->GetSpans) (pDrawable, wMax, ppt, pwidth, nspans, pdstStart); in compGetSpans() 170 cs->GetSpans = pScreen->GetSpans; in compGetSpans() 171 pScreen->GetSpans = compGetSpans; in compGetSpans() 453 cs->GetSpans = pScreen->GetSpans; in compScreenInit() 454 pScreen->GetSpans = compGetSpans; in compScreenInit()
|
| H A D | compint.h | 172 GetSpansProcPtr GetSpans; member
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | misprite.c | 74 GetSpansProcPtr GetSpans; member 319 pScreenPriv->GetSpans = pScreen->GetSpans; in miSpriteInitialize() 344 pScreen->GetSpans = miSpriteGetSpans; in miSpriteInitialize() 370 pScreen->GetSpans = pScreenPriv->GetSpans; in miSpriteCloseScreen() 421 SCREEN_PROLOGUE(pPriv, pScreen, GetSpans); in miSpriteGetSpans() 451 (*pScreen->GetSpans) (pDrawable, wMax, ppt, pwidth, nspans, pdstStart); in miSpriteGetSpans() 453 SCREEN_EPILOGUE(pPriv, pScreen, GetSpans); in miSpriteGetSpans()
|
| H A D | mibitblt.c | 224 (*pSrcDrawable->pScreen->GetSpans) (pSrcDrawable, width, pptFirst, in miCopyArea() 313 (*pDraw->pScreen->GetSpans) (pDraw, width, &pt, &width, 1, in miGetPlane() 321 (*pDraw->pScreen->GetSpans) (pDraw, width, &pt, &width, 1, in miGetPlane() 646 (*pDraw->pScreen->GetSpans) (pDraw, w, &pt, &width, 1, pDst); in miGetImage() 653 (*pDraw->pScreen->GetSpans) ((DrawablePtr) pPixmap, w, &pt, in miGetImage()
|
| H A D | mipushpxl.c | 129 (*pBitMap->drawable.pScreen->GetSpans) ((DrawablePtr) pBitMap, dx, in miPushPixels()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86VGAarbiter.c | 197 WRAP_SCREEN(GetSpans, VGAarbiterGetSpans); in xf86VGAarbiterWrapFunctions() 239 UNWRAP_SCREEN(GetSpans); in VGAarbiterCloseScreen() 308 SCREEN_PROLOG(GetSpans); in VGAarbiterGetSpans() 310 (*pScreen->GetSpans) (pDrawable, wMax, ppt, pwidth, nspans, pdstStart); in VGAarbiterGetSpans() 312 SCREEN_EPILOG(GetSpans, VGAarbiterGetSpans); in VGAarbiterGetSpans()
|
| H A D | xf86VGAarbiterPriv.h | 124 GetSpansProcPtr GetSpans; member
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 304 DMX_WRAP(GetSpans, dmxGetSpans, dmxScreen, pScreen); in dmxScreenInit() 424 DMX_UNWRAP(GetSpans, dmxScreen, pScreen); in dmxCloseScreen()
|
| H A D | dmx.h | 218 GetSpansProcPtr GetSpans; member
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor.c | 865 glamor_priv->saved_procs.get_spans = screen->GetSpans; in glamor_init() 866 screen->GetSpans = glamor_get_spans; in glamor_init() 947 screen->GetSpans = glamor_priv->saved_procs.get_spans; in glamor_close_screen()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 424 swap(pExaScr, pScreen, GetSpans); in ExaCheckGetSpans() 425 pScreen->GetSpans(pDrawable, wMax, ppt, pwidth, nspans, pdstStart); in ExaCheckGetSpans() 426 swap(pExaScr, pScreen, GetSpans); in ExaCheckGetSpans()
|
| H A D | exa.c | 755 unwrap(pExaScr, pScreen, GetSpans); in exaCloseScreen() 917 wrap(pExaScr, pScreen, GetSpans, ExaCheckGetSpans); in exaDriverInit()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbscreen.c | 134 pScreen->GetSpans = fbGetSpans; in fbSetupScreen()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 529 GetSpansProcPtr GetSpans; member
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 265 pScreen->GetSpans = xnestGetSpans; in xnestOpenScreen()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 2466 Note that we do not do the same for GetSpans, but that's okay. The only 2467 way to get to GetSpans is through miCopyArea or miCopyPlane - where the 39794 composite: Wrap GetSpans 39796 GetSpans should flush composition from children to parent, just like 48986 Otherwise, mi will fall back to GetSpans()ing the bitmap, walking the 178403 current GetImage and GetSpans not being accelerated.
|