Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c111 XRT_COLORMAP, client, in PanoramiXCreateWindow()
215 XRT_COLORMAP, client, in PanoramiXChangeWindowAttributes()
2293 newCmap->type = XRT_COLORMAP; in PanoramiXCreateColormap()
2307 AddResource(newCmap->info[0].id, XRT_COLORMAP, newCmap); in PanoramiXCreateColormap()
2326 result = dixLookupResourceByType((void **) &cmap, stuff->id, XRT_COLORMAP, in PanoramiXFreeColormap()
2357 XRT_COLORMAP, client, in PanoramiXCopyColormapAndFree()
2365 newCmap->type = XRT_COLORMAP; in PanoramiXCopyColormapAndFree()
2377 AddResource(newCmap->info[0].id, XRT_COLORMAP, newCmap); in PanoramiXCopyColormapAndFree()
2395 result = dixLookupResourceByType((void **) &cmap, stuff->id, XRT_COLORMAP, in PanoramiXInstallColormap()
2420 result = dixLookupResourceByType((void **) &cmap, stuff->id, XRT_COLORMAP, in PanoramiXUninstallColormap()
[all …]
H A DpanoramiX.c88 RESTYPE XRT_COLORMAP; variable
504 XRT_COLORMAP = CreateNewResourceType(XineramaDeleteResource, in PanoramiXExtensionInit()
507 if (XRT_WINDOW && XRT_PIXMAP && XRT_GC && XRT_COLORMAP) { in PanoramiXExtensionInit()
514 SetResourceTypeErrorValue(XRT_COLORMAP, BadColor); in PanoramiXExtensionInit()
826 defmap->type = XRT_COLORMAP; in PanoramiXConsolidate()
844 AddResource(defmap->info[0].id, XRT_COLORMAP, defmap); in PanoramiXConsolidate()
H A DpanoramiXsrv.h30 extern _X_EXPORT RESTYPE XRT_COLORMAP;
H A Dsaver.c1149 XRT_COLORMAP, client, in ProcScreenSaverSetAttributes()