Home
last modified time | relevance | path

Searched refs:GetInstalledmiColormap (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.c68 ((pmap == GetInstalledmiColormap(pmap->pScreen)) && \
443 if (pmap == GetInstalledmiColormap(pmap->pScreen)) in CMapInstallColormap()
452 if (GetInstalledmiColormap(pmap->pScreen)) in CMapInstallColormap()
453 pmap = GetInstalledmiColormap(pmap->pScreen); in CMapInstallColormap()
479 if (GetInstalledmiColormap(pScreen)) in CMapEnterVT()
480 CMapReinstallMap(GetInstalledmiColormap(pScreen)); in CMapEnterVT()
494 if (GetInstalledmiColormap(pScreen)) in CMapSwitchMode()
495 CMapReinstallMap(GetInstalledmiColormap(pScreen)); in CMapSwitchMode()
514 if (!pScreenPriv->isDGAmode && GetInstalledmiColormap(pScreen) in CMapSetDGAMode()
516 CMapReinstallMap(GetInstalledmiColormap(pScreen)); in CMapSetDGAMode()
[all …]
H A Dxf86DGA.c756 pScreenPriv->savedColormap = GetInstalledmiColormap(pScreen); in DGAInstallCmap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c47 if (GetInstalledmiColormap(pScreen)) { in miListInstalledColormaps()
48 *pmaps = GetInstalledmiColormap(pScreen)->mid; in miListInstalledColormaps()
57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap()
74 ColormapPtr curpmap = GetInstalledmiColormap(pmap->pScreen); in miUninstallColormap()
H A Dmicmap.h7 #define GetInstalledmiColormap(s) \ macro
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c396 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in vfbInstallColormap()
450 if (pmap != GetInstalledmiColormap(pmap->pScreen)) { in vfbStoreColors()