Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.c79 #define DRIPixmapBufferPrivKey (&DRIPixmapBufferPrivKeyRec) macro
750 dixSetPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey, shared); in DRICreatePixmap()
769 shared = dixLookupPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey); in DRIGetPixmapData()
797 shared = dixLookupPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey); in DRIFreePixmapImp()
807 dixSetPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey, (void *)NULL); in DRIFreePixmapImp()