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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_cindex.c17 GLUTcolormap *cmap, *newcmap; local in function:glutSetColor
50 newcmap = __glutAssociateNewColormap(vis);
61 newcmap->cells[i].component[GLUT_RED] =
65 newcmap->cells[i].component[GLUT_GREEN] =
69 newcmap->cells[i].component[GLUT_BLUE] =
81 XStoreColor(__glutDisplay, newcmap->cmap, &color);
86 cmap = newcmap;
168 GLUTcolormap *oldcmap, *newcmap; local in function:glutCopyColormap
174 newcmap = window->colormap;
182 newcmap
[all...]

Completed in 2 milliseconds