Home | History | Annotate | Download | only in docs

Lines Matching full:colormap

127    to create a window with an appropriate colormap.  The aux, tk, and GLUT
128 toolkits try to minimize colormap "flashing" by sharing colormaps when
130 that of the root window, the root window's colormap will be shared by
131 the Mesa window. Otherwise, a new, private colormap will be allocated.
133 When sharing the root colormap, Mesa may be unable to allocate the colors
135 large number of colorcells in the root colormap are already allocated.
136 To prevent colormap sharing in aux, tk and GLUT, define the environment
204 Pixmap pixmap, Colormap cmap )
208 Color or DirectColor, Mesa needs colormap information to convert RGB
210 pixmap does not. This function associates a colormap to a GLX pixmap.