Searched refs:DestroyColormap (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxcmap.c | 144 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 D | dmxscrinit.c | 317 DMX_WRAP(DestroyColormap, dmxDestroyColormap, dmxScreen, pScreen); in dmxScreenInit() 434 DMX_UNWRAP(DestroyColormap, dmxScreen, pScreen); in dmxCloseScreen()
|
| H A D | dmx.h | 228 DestroyColormapProcPtr DestroyColormap; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86cmap.c | 80 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 D | xf86DGA.c | 114 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 D | fbscreen.c | 148 pScreen->DestroyColormap = (void (*)(ColormapPtr)) NoopDDA; in fbSetupScreen()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 579 DestroyColormapProcPtr DestroyColormap; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincmap.c | 81 pScreen->DestroyColormap = winDestroyColormap; in winSetColormapFunctions()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 298 pScreen->DestroyColormap = xnestDestroyColormap; in xnestOpenScreen()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | colormap.c | 416 (*pmap->pScreen->DestroyColormap) (pmap); in FreeColormap()
|