Lines Matching refs:WindowExposures
640 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()
1892 pDRIPriv->wrap.WindowExposures = pScreen->WindowExposures; in DRIWindowExposures()
1893 pScreen->WindowExposures = DRIWindowExposures; in DRIWindowExposures()