Searched refs:curpmap (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincmap.c158 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; local in function:winUninstallColormap
165 if (pmap != curpmap) {
180 dixLookupResourceByType((void *) &curpmap, pmap->pScreen->defColormap,
182 (*pmap->pScreen->InstallColormap) (curpmap);
H A Dwinshadddnl.c1072 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; local in function:winStoreColorsShadowDDNL
1089 if (pColormap != curpmap) {
H A Dwinshadgdi.c1103 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; local in function:winStoreColorsShadowGDI
1114 if (pColormap != curpmap) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincmap.c164 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; local in function:winUninstallColormap
171 if (pmap != curpmap)
188 dixLookupResourceByType((pointer) &curpmap, pmap->pScreen->defColormap,
190 (*pmap->pScreen->InstallColormap) (curpmap);
H A Dwinshaddd.c1210 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; local in function:winStoreColorsShadowDD
1227 if (pColormap != curpmap)
H A Dwinshadddnl.c1241 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; local in function:winStoreColorsShadowDDNL
1258 if (pColormap != curpmap)
H A Dwinshadgdi.c1058 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; local in function:winStoreColorsShadowGDI
1071 if (pColormap != curpmap)
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmicmap.c76 ColormapPtr curpmap = GetInstalledmiColormap(pmap->pScreen); local in function:miUninstallColormap
78 if(pmap == curpmap)
82 dixLookupResourceByType((pointer *)&curpmap,
86 (*pmap->pScreen->InstallColormap)(curpmap);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmicmap.c74 ColormapPtr curpmap = GetInstalledmiColormap(pmap->pScreen); local in function:miUninstallColormap
76 if (pmap == curpmap) {
78 dixLookupResourceByType((void **) &curpmap,
81 (*pmap->pScreen->InstallColormap) (curpmap);
/xsrc/external/mit/xorg-server.old/dist/hw/vfb/
H A DInitOutput.c470 ColormapPtr curpmap = GetInstalledColormap(pmap->pScreen); local in function:vfbUninstallColormap
472 if(pmap == curpmap)
476 dixLookupResourceByType((pointer *)&curpmap,
480 (*pmap->pScreen->InstallColormap)(curpmap);

Completed in 14 milliseconds