Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c81 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 Dcompint.h172 GetSpansProcPtr GetSpans; member
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c74 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 Dmibitblt.c224 (*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 Dmipushpxl.c129 (*pBitMap->drawable.pScreen->GetSpans) ((DrawablePtr) pBitMap, dx, in miPushPixels()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c197 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 Dxf86VGAarbiterPriv.h124 GetSpansProcPtr GetSpans; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c304 DMX_WRAP(GetSpans, dmxGetSpans, dmxScreen, pScreen); in dmxScreenInit()
424 DMX_UNWRAP(GetSpans, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmx.h218 GetSpansProcPtr GetSpans; member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor.c865 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 Dexa_unaccel.c424 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 Dexa.c755 unwrap(pExaScr, pScreen, GetSpans); in exaCloseScreen()
917 wrap(pExaScr, pScreen, GetSpans, ExaCheckGetSpans); in exaDriverInit()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c134 pScreen->GetSpans = fbGetSpans; in fbSetupScreen()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h529 GetSpansProcPtr GetSpans; member
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c265 pScreen->GetSpans = xnestGetSpans; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2466 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.