Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c299 Colormap pCmapIDs[MAXCMAPS]; in xnestDirectInstallColormaps() local
304 n = (*pScreen->ListInstalledColormaps) (pScreen, pCmapIDs); in xnestDirectInstallColormaps()
309 dixLookupResourceByType((void **) &pCmap, pCmapIDs[i], RT_COLORMAP, in xnestDirectInstallColormaps()
320 Colormap pCmapIDs[MAXCMAPS]; in xnestDirectUninstallColormaps() local
325 n = (*pScreen->ListInstalledColormaps) (pScreen, pCmapIDs); in xnestDirectUninstallColormaps()
330 dixLookupResourceByType((void **) &pCmap, pCmapIDs[i], RT_COLORMAP, in xnestDirectUninstallColormaps()
376 xnestListInstalledColormaps(ScreenPtr pScreen, Colormap * pCmapIDs) in xnestListInstalledColormaps() argument
379 *pCmapIDs = GetInstalledColormap(pScreen)->mid; in xnestListInstalledColormaps()
H A DColor.h52 int xnestListInstalledColormaps(ScreenPtr pScreen, Colormap * pCmapIDs);