Searched refs:defColormap (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincmap.c | 179 if (pmap->mid != pmap->pScreen->defColormap) { in winUninstallColormap() 180 dixLookupResourceByType((void *) &curpmap, pmap->pScreen->defColormap, in winUninstallColormap() 518 winDebug("winCreateDefColormap - defColormap: %lu\n", pScreen->defColormap); in winCreateDefColormap() 522 if (CreateColormap(pScreen->defColormap, in winCreateDefColormap()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Color.c | 257 pScreen->defColormap, RT_COLORMAP, in xnestSetInstalledColormapWindows() 363 if (pCmap->mid != pCmap->pScreen->defColormap) { in xnestUninstallColormap() 365 pCmap->pScreen->defColormap, in xnestUninstallColormap() 471 if (CreateColormap(pScreen->defColormap, pScreen, pVisual, &pCmap, in xnestCreateDefaultColormap()
|
| H A D | Screen.c | 243 pScreen->defColormap = (Colormap) FakeClientID(0); in xnestOpenScreen()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | micmap.c | 77 if (pmap->mid != pmap->pScreen->defColormap) { in miUninstallColormap() 79 pmap->pScreen->defColormap, in miUninstallColormap() 255 if (CreateColormap(pScreen->defColormap, pScreen, pVisual, &cmap, in miCreateDefColormap()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kcmap.c | 167 defMapID = pCmap->pScreen->defColormap; in KdUninstallColormap()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbscreen.c | 128 pScreen->defColormap = FakeClientID(0); in fbSetupScreen()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | miindex.c | 55 if (pColormap->mid != pColormap->pScreen->defColormap) { in miBuildRenderColormap()
|
| H A D | picture.c | 428 pScreen->defColormap, RT_COLORMAP, in PictureInitIndexedFormat()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 504 unsigned long defColormap; member
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | colormap.c | 259 if (mid == pScreen->defColormap) { in CreateColormap() 283 if (mid == pScreen->defColormap) in CreateColormap() 1014 if (pmap->mid != pmap->pScreen->defColormap && in AllocColor() 1019 pmap->pScreen->defColormap, RT_COLORMAP, in AllocColor() 1032 if (pmap->mid != pmap->pScreen->defColormap && in AllocColor() 1037 pmap->pScreen->defColormap, RT_COLORMAP, in AllocColor()
|
| H A D | privates.c | 262 screenInfo.screens[s]->defColormap, RT_COLORMAP, in fixupDefaultColormaps()
|
| H A D | dispatch.c | 605 root.defaultColormap = pScreen->defColormap; in CreateConnectionBlock() 2487 if (pcmp->mid != pcmp->pScreen->defColormap) in ProcUninstallColormap() 4007 if (pScreen->defColormap) in RemoveGPUScreen() 4008 FreeResource(pScreen->defColormap, RT_COLORMAP); in RemoveGPUScreen()
|
| H A D | window.c | 611 pWin->optional->colormap = pScreen->defColormap; in CreateRootWindow()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_hooks.c | 201 dixLookupResourceByType(&unused, screenInfo.screens[i]->defColormap, in SELinuxLabelInitial()
|
| H A D | panoramiX.c | 839 defmap->info[i].id = scr->defColormap; in PanoramiXConsolidate()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86cmap.c | 220 dixLookupResourceByType((void **) &pDefMap, pScreen->defColormap, in xf86HandleColormaps()
|