Searched refs:g_iCmapPrivateKey (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winallpriv.c | 156 if (!dixRegisterPrivateKey(g_iCmapPrivateKey, PRIVATE_COLORMAP, 0)) {
|
| H A D | win.h | 547 #define g_iCmapPrivateKey (&g_iCmapPrivateKeyRec) macro 592 dixLookupPrivate(&(pCmap)->devPrivates, g_iCmapPrivateKey)) 595 dixSetPrivate(&(pCmap)->devPrivates, g_iCmapPrivateKey, v)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winallpriv.c | 172 if (!dixRegisterPrivateKey(g_iCmapPrivateKey, PRIVATE_COLORMAP, 0))
|
| H A D | win.h | 654 #define g_iCmapPrivateKey (&g_iCmapPrivateKeyRec) macro 699 dixLookupPrivate(&(pCmap)->devPrivates, g_iCmapPrivateKey)) 702 dixSetPrivate(&(pCmap)->devPrivates, g_iCmapPrivateKey, v)
|
Completed in 59 milliseconds