Searched refs:nrWindows (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddristruct.h71 int nrWindows; member in struct:_DRIScreenPrivRec
H A Ddri.c127 pDRIPriv->nrWindows = 0;
442 ++pDRIPriv->nrWindows;
568 --pDRIPriv->nrWindows;
599 if (pDRIPriv->nrWindows > 0) {
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Ddristruct.h79 int nrWindows; member in struct:_DRIScreenPrivRec
H A Ddri.c123 pDRIPriv->nrWindows = 0;
431 ++pDRIPriv->nrWindows;
563 --pDRIPriv->nrWindows;
575 if (pDRIPriv->nrWindows > 0) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h90 int nrWindows; member in struct:_DRIScreenPrivRec
H A Ddri.c373 pDRIPriv->nrWindows = 0;
1173 if (pDRIPriv->nrWindows == pDRIPriv->nrWalked)
1186 WindowPtr *pDRIWindows = calloc(sizeof(WindowPtr), pDRIPriv->nrWindows);
1189 if (pDRIPriv->nrWindows > 0) {
1195 pDRIInfo->ClipNotify(pScreen, pDRIWindows, pDRIPriv->nrWindows);
1278 pDRIPriv->nrWindows++;
1327 pDRIPriv->nrWindows--;
1894 if(pDRIPriv->nrWindows == pDRIPriv->nrWalked)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h86 int nrWindows; member in struct:_DRIScreenPrivRec
H A Ddri.c421 pDRIPriv->nrWindows = 0;
1196 if (pDRIPriv->nrWindows == pDRIPriv->nrWalked)
1209 WindowPtr *pDRIWindows = calloc(sizeof(WindowPtr), pDRIPriv->nrWindows);
1212 if (pDRIPriv->nrWindows > 0) {
1218 pDRIInfo->ClipNotify(pScreen, pDRIWindows, pDRIPriv->nrWindows);
1302 pDRIPriv->nrWindows++;
1352 pDRIPriv->nrWindows--;
1913 if (pDRIPriv->nrWindows == pDRIPriv->nrWalked)

Completed in 11 milliseconds