Searched refs:PRIVATE_COLORMAP (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 76 [PRIVATE_COLORMAP] = TRUE, 94 [PRIVATE_COLORMAP] = "COLORMAP", 121 [PRIVATE_COLORMAP] = FALSE, 265 …p(&cmap->devPrivates, screenInfo.screens[s]->screenSpecificPrivates[PRIVATE_COLORMAP].offset, byte… in fixupDefaultColormaps() 293 [PRIVATE_COLORMAP] = fixupDefaultColormaps,
|
| H A D | colormap.c | 263 if (!dixAllocatePrivates(&pmap->devPrivates, PRIVATE_COLORMAP)) { in CreateColormap() 272 PRIVATE_COLORMAP); in CreateColormap() 444 dixFreePrivates(pmap->devPrivates, PRIVATE_COLORMAP); in FreeColormap() 448 dixFreeObjectWithPrivates(pmap, PRIVATE_COLORMAP); in FreeColormap()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winallpriv.c | 156 if (!dixRegisterPrivateKey(g_iCmapPrivateKey, PRIVATE_COLORMAP, 0)) { in winAllocateCmapPrivates()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | privates.h | 35 PRIVATE_COLORMAP, enumerator
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 197 if (!dixRegisterPrivateKey(&dmxColormapPrivateKeyRec, PRIVATE_COLORMAP, 0)) in dmxScreenInit()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 155 (&xnestColormapPrivateKeyRec, PRIVATE_COLORMAP, in xnestOpenScreen()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86cmap.c | 139 if (!dixRegisterPrivateKey(&CMapColormapKeyRec, PRIVATE_COLORMAP, 0)) in xf86ColormapAllocatePrivates()
|