Searched refs:DRIPixmapBufferPrivKey (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | dri.c | 84 #define DRIPixmapBufferPrivKey (&DRIPixmapBufferPrivKeyRec) macro 824 dixSetPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey, shared); 842 shared = dixLookupPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey); 869 shared = dixLookupPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey); 879 dixSetPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey, (pointer)NULL);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | dri.c | 79 #define DRIPixmapBufferPrivKey (&DRIPixmapBufferPrivKeyRec) macro 750 dixSetPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey, shared); 769 shared = dixLookupPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey); 797 shared = dixLookupPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey); 807 dixSetPrivate(&pPix->devPrivates, DRIPixmapBufferPrivKey, (void *)NULL);
|
Completed in 3 milliseconds