Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c76 [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 Dcolormap.c263 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 Dwinallpriv.c156 if (!dixRegisterPrivateKey(g_iCmapPrivateKey, PRIVATE_COLORMAP, 0)) { in winAllocateCmapPrivates()
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h35 PRIVATE_COLORMAP, enumerator
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c197 if (!dixRegisterPrivateKey(&dmxColormapPrivateKeyRec, PRIVATE_COLORMAP, 0)) in dmxScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c155 (&xnestColormapPrivateKeyRec, PRIVATE_COLORMAP, in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.c139 if (!dixRegisterPrivateKey(&CMapColormapKeyRec, PRIVATE_COLORMAP, 0)) in xf86ColormapAllocatePrivates()