Searched refs:fbcmap (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86sbusBus.c609 struct fbcmap fbcmap; local in function:xf86SbusCmapLoadPalette
614 fbcmap.count = 0;
615 fbcmap.index = indices[0];
616 fbcmap.red = data;
617 fbcmap.green = data + numColors;
618 fbcmap.blue = fbcmap.green + numColors;
621 if (fbcmap.count && index != fbcmap
644 struct fbcmap fbcmap; local in function:xf86SbusCmapCloseScreen
664 struct fbcmap fbcmap; local in function:xf86SbusHandleColormaps
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86sbusBus.c643 struct fbcmap fbcmap; local in function:xf86SbusCmapLoadPalette
649 fbcmap.count = 0;
650 fbcmap.index = indices[0];
651 fbcmap.red = data = xallocarray(numColors, 3);
654 fbcmap.green = data + numColors;
655 fbcmap.blue = fbcmap.green + numColors;
658 if (fbcmap.count && index != fbcmap
681 struct fbcmap fbcmap; local in function:xf86SbusCmapCloseScreen
701 struct fbcmap fbcmap; local in function:xf86SbusHandleColormaps
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCfb24.c60 struct fbcmap sunCmap;
H A DsunCfb.c114 struct fbcmap sunCmap;
131 struct fbcmap sunCmap;
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCfb24.c60 struct fbcmap sunCmap;
H A DsunCfb.c114 struct fbcmap sunCmap;
131 struct fbcmap sunCmap;

Completed in 7 milliseconds