Searched refs:sunCmap (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCfb24.c60 struct fbcmap sunCmap; local in function:CG24UpdateColormap
62 sunCmap.index = index | PIXPG_24BIT_COLOR_INDEX | PR_FORCE_UPDATE;
63 sunCmap.count = count;
64 sunCmap.red = &rmap[index];
65 sunCmap.green = &gmap[index];
66 sunCmap.blue = &bmap[index];
68 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) == -1)
H A DsunCfb.c114 struct fbcmap sunCmap; local in function:CGUpdateColormap
116 sunCmap.index = dex;
117 sunCmap.count = count;
118 sunCmap.red = &rmap[dex];
119 sunCmap.green = &gmap[dex];
120 sunCmap.blue = &bmap[dex];
122 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) < 0) {
131 struct fbcmap sunCmap; local in function:CGGetColormap
133 sunCmap.index = dex;
134 sunCmap
[all...]
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCfb24.c60 struct fbcmap sunCmap; local in function:CG24UpdateColormap
62 sunCmap.index = index | PIXPG_24BIT_COLOR_INDEX | PR_FORCE_UPDATE;
63 sunCmap.count = count;
64 sunCmap.red = &rmap[index];
65 sunCmap.green = &gmap[index];
66 sunCmap.blue = &bmap[index];
68 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) == -1)
H A DsunCfb.c114 struct fbcmap sunCmap; local in function:CGUpdateColormap
116 sunCmap.index = dex;
117 sunCmap.count = count;
118 sunCmap.red = &rmap[dex];
119 sunCmap.green = &gmap[dex];
120 sunCmap.blue = &bmap[dex];
122 if (ioctl(sunFbs[pScreen->myNum].fd, FBIOPUTCMAP, &sunCmap) < 0) {
131 struct fbcmap sunCmap; local in function:CGGetColormap
133 sunCmap.index = dex;
134 sunCmap
[all...]

Completed in 4 milliseconds