Home
last modified time | relevance | path

Searched refs:SourceValidate (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c82 pScreen->SourceValidate = cs->SourceValidate; in compCloseScreen()
182 pScreen->SourceValidate = cs->SourceValidate; in compSourceValidate()
185 if (pScreen->SourceValidate) in compSourceValidate()
186 (*pScreen->SourceValidate) (pDrawable, x, y, width, height, in compSourceValidate()
188 cs->SourceValidate = pScreen->SourceValidate; in compSourceValidate()
189 pScreen->SourceValidate = compSourceValidate; in compSourceValidate()
456 cs->SourceValidate = pScreen->SourceValidate; in compScreenInit()
457 pScreen->SourceValidate = compSourceValidate; in compScreenInit()
H A Dcompint.h173 SourceValidateProcPtr SourceValidate; member
/OK3568_Linux_fs/external/xserver/dix/
H A Dpixmap.c372 SourceValidateProcPtr SourceValidate; in PixmapSyncDirtyHelper() local
398 SourceValidate = pScreen->SourceValidate; in PixmapSyncDirtyHelper()
399 pScreen->SourceValidate = miSourceValidate; in PixmapSyncDirtyHelper()
415 pScreen->SourceValidate = SourceValidate; in PixmapSyncDirtyHelper()
H A Ddispatch.c2201 pDraw->pScreen->SourceValidate(pDraw, x, y, width, height, in DoGetImage()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Rotate.c185 SourceValidateProcPtr SourceValidate; in xf86RotateRedisplay() local
193 SourceValidate = pScreen->SourceValidate; in xf86RotateRedisplay()
194 pScreen->SourceValidate = miSourceValidate; in xf86RotateRedisplay()
213 pScreen->SourceValidate = SourceValidate; in xf86RotateRedisplay()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmisprite.c75 SourceValidateProcPtr SourceValidate; member
320 pScreenPriv->SourceValidate = pScreen->SourceValidate; in miSpriteInitialize()
345 pScreen->SourceValidate = miSpriteSourceValidate; in miSpriteInitialize()
371 pScreen->SourceValidate = pScreenPriv->SourceValidate; in miSpriteCloseScreen()
465 SCREEN_PROLOGUE(pPriv, pScreen, SourceValidate); in miSpriteSourceValidate()
481 if (pScreen->SourceValidate) in miSpriteSourceValidate()
482 (*pScreen->SourceValidate) (pDrawable, x, y, width, height, in miSpriteSourceValidate()
485 SCREEN_EPILOGUE(pPriv, pScreen, SourceValidate); in miSpriteSourceValidate()
H A Dmicopy.c162 if (pSrcDrawable->pScreen->SourceValidate) { in miDoCopy()
163 (*pSrcDrawable->pScreen->SourceValidate) (pSrcDrawable, xIn, yIn, in miDoCopy()
H A Dmiscrinit.c289 pScreen->SourceValidate = miSourceValidate; in miScreenInit()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c225 SCREEN_UNWRAP(pDrawable->pScreen, SourceValidate); in RootlessSourceValidate()
231 if (pDrawable->pScreen->SourceValidate) { in RootlessSourceValidate()
232 pDrawable->pScreen->SourceValidate(pDrawable, x, y, w, h, in RootlessSourceValidate()
235 SCREEN_WRAP(pDrawable->pScreen, SourceValidate); in RootlessSourceValidate()
674 WRAP(SourceValidate); in RootlessWrap()
H A DrootlessCommon.h102 SourceValidateProcPtr SourceValidate; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c198 WRAP_SCREEN(SourceValidate, VGAarbiterSourceValidate); in xf86VGAarbiterWrapFunctions()
240 UNWRAP_SCREEN(SourceValidate); in VGAarbiterCloseScreen()
322 SCREEN_PROLOG(SourceValidate); in VGAarbiterSourceValidate()
324 if (pScreen->SourceValidate) in VGAarbiterSourceValidate()
325 (*pScreen->SourceValidate) (pDrawable, x, y, width, height, in VGAarbiterSourceValidate()
328 SCREEN_EPILOG(SourceValidate, VGAarbiterSourceValidate); in VGAarbiterSourceValidate()
H A Dxf86VGAarbiterPriv.h125 SourceValidateProcPtr SourceValidate; member
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_unaccel.c463 swap(pExaScr, pScreen, SourceValidate); in ExaSrcValidate()
464 pScreen->SourceValidate(pDrawable, x, y, width, height, subWindowMode); in ExaSrcValidate()
465 swap(pExaScr, pScreen, SourceValidate); in ExaSrcValidate()
520 swap(pExaScr, pScreen, SourceValidate); in ExaPrepareCompositeReg()
524 swap(pExaScr, pScreen, SourceValidate); in ExaPrepareCompositeReg()
/OK3568_Linux_fs/external/xserver/render/
H A Dmipict.c297 if (pScreen->SourceValidate) { in SourceValidateOnePicture()
298 pScreen->SourceValidate(pDrawable, 0, 0, pDrawable->width, in SourceValidateOnePicture()
H A Drender.c1497 pScreen->SourceValidate(pSrc->pDrawable, 0, 0, width, height, in ProcRenderCreateCursor()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h530 SourceValidateProcPtr SourceValidate; member
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxdriswrast.c327 pScreen->SourceValidate(pDraw, x, y, w, h, IncludeInferiors); in swrastGetImage()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c662 pDraw->pScreen->SourceValidate(pDraw, stuff->x, stuff->y, in ProcShmGetImage()
874 drawables[i]->pScreen->SourceValidate(drawables[i], 0, 0, in ProcPanoramiXShmGetImage()
H A DpanoramiXprocs.c1108 drawables[j]->pScreen->SourceValidate(drawables[j], 0, 0, in PanoramiXCopyArea()
2015 drawables[i]->pScreen->SourceValidate(drawables[i], 0, 0, in PanoramiXGetImage()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c4883 SourceValidateProcPtr SourceValidate = screen->SourceValidate; in drmmode_update_fb() local
4935 screen->SourceValidate = miSourceValidate; in drmmode_update_fb()
4942 screen->SourceValidate = SourceValidate; in drmmode_update_fb()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2453 dix: Call SourceValidate before GetImage
2458 SourceValidate are already wrapping GetImage and doing the equivalent
2468 callers must already call SourceValidate - or miGetImage - which this
2469 commit now protects with SourceValidate.
39797 GetImage and SourceValidate. Fortunately no one is likely to have
72352 v4: check DamageCreate return, add SourceValidate comment,
99780 composite: Add SourceValidate wrapper
99782 When SourceValidate is performed on a window with IncludeInferiors
99842 Call SourceValidate even if src == dst
99844 The extra SourceValidate calls from damageCopyArea and damageCopyPlane
[all …]