Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddristruct.h41 dixLookupPrivate(&(pWin)->devPrivates, DRIWindowPrivKey))
43 dixLookupPrivate(&(pPix)->devPrivates, DRIWindowPrivKey))
H A Ddri.c80 #define DRIWindowPrivKey (&DRIWindowPrivKeyRec) macro
1300 dixSetPrivate(&pWin->devPrivates, DRIWindowPrivKey, in DRICreateDrawable()
1360 dixSetPrivate(&pWin->devPrivates, DRIWindowPrivKey, NULL); in DRIDrawablePrivDestroy()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.c75 #define DRIWindowPrivKey (&DRIWindowPrivKeyRec) macro
307 dixSetPrivate(&pWin->devPrivates, DRIWindowPrivKey, in CreateSurfaceForWindow()
416 dixSetPrivate(&pWin->devPrivates, DRIWindowPrivKey, NULL); in DRICreateSurface()
557 dixSetPrivate(&pWin->devPrivates, DRIWindowPrivKey, NULL); in DRIDrawablePrivDelete()
H A Ddristruct.h46 DRIWindowPrivKey))