Home
last modified time | relevance | path

Searched refs:WindowExposures (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c640 if (pDRIInfo->wrap.WindowExposures) { in DRIFinishScreenInit()
641 pDRIPriv->wrap.WindowExposures = pScreen->WindowExposures; in DRIFinishScreenInit()
642 pScreen->WindowExposures = pDRIInfo->wrap.WindowExposures; in DRIFinishScreenInit()
689 if (pDRIInfo->wrap.WindowExposures) { in DRICloseScreen()
690 pScreen->WindowExposures = pDRIPriv->wrap.WindowExposures; in DRICloseScreen()
691 pDRIPriv->wrap.WindowExposures = NULL; in DRICloseScreen()
1630 inforec->wrap.WindowExposures = DRIWindowExposures; in DRICreateInfoRec()
1883 if (pDRIPriv && pDRIPriv->wrap.WindowExposures) { in DRIWindowExposures()
1886 pScreen->WindowExposures = pDRIPriv->wrap.WindowExposures; in DRIWindowExposures()
1889 (*pScreen->WindowExposures) (pWin, prgn); in DRIWindowExposures()
[all …]
H A Ddri.h86 WindowExposuresProcPtr WindowExposures; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c144 ScreenPriv->WindowExposures = pScreen->WindowExposures; in KdXVScreenInit()
151 pScreen->WindowExposures = KdXVWindowExposures; in KdXVScreenInit()
803 pScreen->WindowExposures = ScreenPriv->WindowExposures; in KdXVWindowExposures()
804 (*pScreen->WindowExposures) (pWin, reg1); in KdXVWindowExposures()
805 pScreen->WindowExposures = KdXVWindowExposures; in KdXVWindowExposures()
924 pScreen->WindowExposures = ScreenPriv->WindowExposures; in KdXVCloseScreen()
H A Dkxv.h156 WindowExposuresProcPtr WindowExposures; member
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwindow.c114 (*pWin->drawable.pScreen->WindowExposures) (pWin, &reg); in miClearToBackground()
215 WindowExposuresProcPtr WindowExposures; in miHandleValidateExposures() local
218 WindowExposures = pChild->drawable.pScreen->WindowExposures; in miHandleValidateExposures()
226 (*WindowExposures) (pChild, &val->after.exposed); in miHandleValidateExposures()
H A Dmioverlay.c152 pScreen->WindowExposures = miOverlayWindowExposures; in miInitOverlay()
830 WindowExposuresProcPtr WindowExposures; in miOverlayHandleExposures() local
832 WindowExposures = pWin->drawable.pScreen->WindowExposures; in miOverlayHandleExposures()
852 (*WindowExposures) (pTree->pWin, &mival->exposed); in miOverlayHandleExposures()
889 (*WindowExposures) (pChild, &val->after.exposed); in miOverlayHandleExposures()
1608 (*pScreen->WindowExposures) (pWin, &reg); in miOverlayClearToBackground()
H A Dmiscrinit.c294 pScreen->WindowExposures = miWindowExposures; in miScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvpriv.h42 WindowExposuresProcPtr WindowExposures; member
H A Dxf86xv.c257 ScreenPriv->WindowExposures = pScreen->WindowExposures; in xf86XVScreenInit()
267 pScreen->WindowExposures = xf86XVWindowExposures; in xf86XVScreenInit()
1061 pScreen->WindowExposures = ScreenPriv->WindowExposures; in xf86XVWindowExposures()
1062 (*pScreen->WindowExposures) (pWin, reg1); in xf86XVWindowExposures()
1063 pScreen->WindowExposures = xf86XVWindowExposures; in xf86XVWindowExposures()
1152 pScreen->WindowExposures = ScreenPriv->WindowExposures; in xf86XVCloseScreen()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c294 DMX_WRAP(WindowExposures, dmxWindowExposures, dmxScreen, pScreen); in dmxScreenInit()
415 DMX_UNWRAP(WindowExposures, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmxwindow.c782 DMX_UNWRAP(WindowExposures, dmxScreen, pScreen); in dmxWindowExposures()
801 if (pScreen->WindowExposures) in dmxWindowExposures()
802 pScreen->WindowExposures(pWindow, prgn); in dmxWindowExposures()
804 DMX_WRAP(WindowExposures, dmxWindowExposures, dmxScreen, pScreen); in dmxWindowExposures()
H A Ddmx.h209 WindowExposuresProcPtr WindowExposures; member
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h542 WindowExposuresProcPtr WindowExposures; member
/OK3568_Linux_fs/external/xserver/fb/
H A Dfboverlay.c324 pScreen->WindowExposures = fbOverlayWindowExposures; in fbOverlayFinishScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c276 pScreen->WindowExposures = xnestWindowExposures; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c2722 (*pScreen->WindowExposures) (pWin, &temp); in MapWindow()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog40819 mi{,Overlay}WindowExposures get slightly simpler here, and will get even
70437 We don't wrap the WindowExposures screen function
98224 WindowExposures. To avoid useless double reput ClipNotify delays reput
98225 to WindowExposures or PostValidateTree.