Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c122 FakedVisualList *fakedVisuals; member
169 pScreenPriv->fakedVisuals = NULL; in DGAInit()
242 if (!pScreenPriv->fakedVisuals) in FreeMarkedVisuals()
246 curr = pScreenPriv->fakedVisuals; in FreeMarkedVisuals()
255 pScreenPriv->fakedVisuals = curr; in FreeMarkedVisuals()
298 if (pScreenPriv->fakedVisuals) { in DGADestroyColormap()
299 FakedVisualList *curr = pScreenPriv->fakedVisuals; in DGADestroyColormap()
737 fvlp->next = pScreenPriv->fakedVisuals; in DGACreateColormap()
738 pScreenPriv->fakedVisuals = fvlp; in DGACreateColormap()