Searched refs:nrWindows (Results 1 – 5 of 5) sorted by relevance
123 pDRIPriv->nrWindows = 0; in DRIScreenInit()431 ++pDRIPriv->nrWindows; in DRICreateSurface()563 --pDRIPriv->nrWindows; in DRIDrawablePrivDelete()575 if (pDRIPriv->nrWindows > 0) { in DRICopyWindow()
79 int nrWindows; member
86 int nrWindows; member
421 pDRIPriv->nrWindows = 0; in DRIScreenInit()1196 if (pDRIPriv->nrWindows == pDRIPriv->nrWalked) in DRIDCNTreeTraversal()1209 WindowPtr *pDRIWindows = calloc(sizeof(WindowPtr), pDRIPriv->nrWindows); in DRIDriverClipNotify()1212 if (pDRIPriv->nrWindows > 0) { in DRIDriverClipNotify()1218 pDRIInfo->ClipNotify(pScreen, pDRIWindows, pDRIPriv->nrWindows); in DRIDriverClipNotify()1302 pDRIPriv->nrWindows++; in DRICreateDrawable()1352 pDRIPriv->nrWindows--; in DRIDrawablePrivDestroy()1913 if (pDRIPriv->nrWindows == pDRIPriv->nrWalked) in DRITreeTraversal()
167876 DRIDriverClipNotify) after updating pDRIPriv->nrWindows.