Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c1185 WindowPtr *pDRIWindows = (WindowPtr *) data; in DRIDCNTreeTraversal() local
1188 while (pDRIWindows[i]) in DRIDCNTreeTraversal()
1191 pDRIWindows[i] = pWin; in DRIDCNTreeTraversal()
1209 WindowPtr *pDRIWindows = calloc(sizeof(WindowPtr), pDRIPriv->nrWindows); in DRIDriverClipNotify() local
1215 (void *) pDRIWindows); in DRIDriverClipNotify()
1218 pDRIInfo->ClipNotify(pScreen, pDRIWindows, pDRIPriv->nrWindows); in DRIDriverClipNotify()
1220 free(pDRIWindows); in DRIDriverClipNotify()