Searched refs:defColormap (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaCmap.c274 ColormapPtr defColormap; local in function:vgaUninstallColormap
279 dixLookupResourceByType((pointer *)&defColormap, pmap->pScreen->defColormap,
282 if (defColormap == GetInstalledmiColormap(pmap->pScreen))
285 (*pmap->pScreen->InstallColormap) (defColormap);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincmap.c179 if (pmap->mid != pmap->pScreen->defColormap) {
180 dixLookupResourceByType((void *) &curpmap, pmap->pScreen->defColormap,
518 winDebug("winCreateDefColormap - defColormap: %lu\n", pScreen->defColormap);
522 if (CreateColormap(pScreen->defColormap,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincmap.c186 if (pmap->mid != pmap->pScreen->defColormap)
188 dixLookupResourceByType((pointer) &curpmap, pmap->pScreen->defColormap,
571 winDebug ("winCreateDefColormap - defColormap: %d\n",
572 pScreen->defColormap);
576 if (CreateColormap (pScreen->defColormap,
H A Dwinscrinit.c671 pScreen->defColormap = FakeClientID(0);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DColor.c255 dixLookupResourceByType((pointer *)&pCmap, pScreen->defColormap,
361 if (pCmap->mid != pCmap->pScreen->defColormap)
364 pCmap->pScreen->defColormap,
476 if (CreateColormap(pScreen->defColormap, pScreen, pVisual, &pCmap,
H A DScreen.c242 pScreen->defColormap = (Colormap) FakeClientID(0);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkcmap.c167 defMapID = pCmap->pScreen->defColormap;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DColor.c257 pScreen->defColormap, RT_COLORMAP,
363 if (pCmap->mid != pCmap->pScreen->defColormap) {
365 pCmap->pScreen->defColormap,
471 if (CreateColormap(pScreen->defColormap, pScreen, pVisual, &pCmap,
H A DScreen.c243 pScreen->defColormap = (Colormap) FakeClientID(0);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmicmap.c80 if (pmap->mid != pmap->pScreen->defColormap)
83 pmap->pScreen->defColormap,
315 if (CreateColormap(pScreen->defColormap, pScreen, pVisual, &cmap,
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmicmap.c77 if (pmap->mid != pmap->pScreen->defColormap) {
79 pmap->pScreen->defColormap,
255 if (CreateColormap(pScreen->defColormap, pScreen, pVisual, &cmap,
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkcmap.c171 defMapID = pCmap->pScreen->defColormap;
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dscrnintstr.h418 unsigned long defColormap; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbscreen.c105 pScreen->defColormap = FakeClientID(0);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbscreen.c102 pScreen->defColormap = FakeClientID(0);
/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kGraph.c416 Colormap defMapID = cmap->pScreen->defColormap;
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kGraph.c414 Colormap defMapID = cmap->pScreen->defColormap;
/xsrc/external/mit/xorg-server/dist/include/
H A Dscrnintstr.h504 unsigned long defColormap; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmiindex.c55 if (pColormap->mid != pColormap->pScreen->defColormap)
/xsrc/external/mit/xorg-server/dist/render/
H A Dmiindex.c55 if (pColormap->mid != pColormap->pScreen->defColormap) {
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dprivates.c147 dixLookupResourceByType((pointer *) &cmap, screenInfo.screens[s]->defColormap,
/xsrc/external/mit/xorg-server.old/dist/hw/vfb/
H A DInitOutput.c474 if (pmap->mid != pmap->pScreen->defColormap)
477 pmap->pScreen->defColormap,
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCfb.c205 Colormap defMapID = cmap->pScreen->defColormap;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCfb.c205 Colormap defMapID = cmap->pScreen->defColormap;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dprivates.c260 screenInfo.screens[s]->defColormap, RT_COLORMAP,

Completed in 28 milliseconds

12