Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c123 ColormapPtr dgaColormap; member
170 pScreenPriv->dgaColormap = NULL; in DGAInit()
325 if (pScreenPriv->current && pScreenPriv->dgaColormap) { in DGAInstallColormap()
326 if (pmap != pScreenPriv->dgaColormap) { in DGAInstallColormap()
328 pmap = pScreenPriv->dgaColormap; in DGAInstallColormap()
343 if (pScreenPriv->current && pScreenPriv->dgaColormap) { in DGAUninstallColormap()
344 if (pmap == pScreenPriv->dgaColormap) { in DGAUninstallColormap()
345 pScreenPriv->dgaColormap = NULL; in DGAUninstallColormap()
388 pScreenPriv->dgaColormap = NULL; in xf86SetDGAMode()
755 if (!pScreenPriv->dgaColormap) in DGAInstallCmap()
[all …]