Lines Matching full:colormap
102 writer to create a window with an appropriate colormap. The GLUT
103 toolkit tris to minimize colormap <em>flashing</em> by sharing
105 window matches that of the root window, the root window's colormap
106 will be shared by the Mesa window. Otherwise, a new, private colormap
111 When sharing the root colormap, Mesa may be unable to allocate the colors
113 large number of colorcells in the root colormap are already allocated.
114 To prevent colormap sharing in GLUT, set the
205 Pixmap pixmap, Colormap cmap )
210 Color or DirectColor, Mesa needs colormap information to convert RGB
212 pixmap does not. This function associates a colormap to a GLX pixmap.