Home
last modified time | relevance | path

Searched refs:nrWindows (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.c123 pDRIPriv->nrWindows = 0; in DRIScreenInit()
431 ++pDRIPriv->nrWindows; in DRICreateSurface()
563 --pDRIPriv->nrWindows; in DRIDrawablePrivDelete()
575 if (pDRIPriv->nrWindows > 0) { in DRICopyWindow()
H A Ddristruct.h79 int nrWindows; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddristruct.h86 int nrWindows; member
H A Ddri.c421 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog167876 DRIDriverClipNotify) after updating pDRIPriv->nrWindows.