Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcmap.c144 DMX_UNWRAP(DestroyColormap, dmxScreen, pScreen); in dmxDestroyColormap()
145 if (pScreen->DestroyColormap) in dmxDestroyColormap()
146 pScreen->DestroyColormap(pColormap); in dmxDestroyColormap()
147 DMX_WRAP(DestroyColormap, dmxDestroyColormap, dmxScreen, pScreen); in dmxDestroyColormap()
H A Ddmxscrinit.c317 DMX_WRAP(DestroyColormap, dmxDestroyColormap, dmxScreen, pScreen); in dmxScreenInit()
434 DMX_UNWRAP(DestroyColormap, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmx.h228 DestroyColormapProcPtr DestroyColormap; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.c80 DestroyColormapProcPtr DestroyColormap; member
182 pScreenPriv->DestroyColormap = pScreen->DestroyColormap; in xf86HandleColormaps()
187 pScreen->DestroyColormap = CMapDestroyColormap; in xf86HandleColormaps()
350 if (pScreenPriv->DestroyColormap) { in CMapDestroyColormap()
351 pScreen->DestroyColormap = pScreenPriv->DestroyColormap; in CMapDestroyColormap()
352 (*pScreen->DestroyColormap) (cmap); in CMapDestroyColormap()
353 pScreen->DestroyColormap = CMapDestroyColormap; in CMapDestroyColormap()
840 pScreen->DestroyColormap = pScreenPriv->DestroyColormap; in CMapUnwrapScreen()
H A Dxf86DGA.c114 DestroyColormapProcPtr DestroyColormap; member
153 pScreenPriv->DestroyColormap = pScreen->DestroyColormap; in DGAInit()
154 pScreen->DestroyColormap = DGADestroyColormap; in DGAInit()
279 pScreen->DestroyColormap = pScreenPriv->DestroyColormap; in DGACloseScreen()
312 if (pScreenPriv->DestroyColormap) { in DGADestroyColormap()
313 pScreen->DestroyColormap = pScreenPriv->DestroyColormap; in DGADestroyColormap()
314 (*pScreen->DestroyColormap) (pmap); in DGADestroyColormap()
315 pScreen->DestroyColormap = DGADestroyColormap; in DGADestroyColormap()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c148 pScreen->DestroyColormap = (void (*)(ColormapPtr)) NoopDDA; in fbSetupScreen()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h579 DestroyColormapProcPtr DestroyColormap; member
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c81 pScreen->DestroyColormap = winDestroyColormap; in winSetColormapFunctions()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c298 pScreen->DestroyColormap = xnestDestroyColormap; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c416 (*pmap->pScreen->DestroyColormap) (pmap); in FreeColormap()