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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_cmap.c38 GLUTcolormap *__glutColormapList = NULL;
40 GLUTcolormap *
43 GLUTcolormap *cmap;
47 cmap = (GLUTcolormap *) malloc(sizeof(GLUTcolormap));
106 static GLUTcolormap *
110 GLUTcolormap *cmap = __glutColormapList;
126 __glutSetupColormap(XVisualInfo * vi, GLUTcolormap ** colormap, Colormap * cmap)
399 __glutFreeColormap(GLUTcolormap * cmap)
401 GLUTcolormap *cu
[all...]
H A Dglut_cindex.c17 GLUTcolormap *cmap, *newcmap;
132 GLUTcolormap *colormap;
168 GLUTcolormap *oldcmap, *newcmap;
218 GLUTcolormap *copycmap;
H A Dglutint.h294 typedef struct _GLUTcolormap GLUTcolormap; typedef in typeref:struct:_GLUTcolormap
302 GLUTcolormap *next; /* next colormap in list */
320 GLUTcolormap *colormap; /* colormap; NULL if RGBA */
427 GLUTcolormap *colormap; /* colormap; NULL if RGBA */
676 extern GLUTcolormap * __glutAssociateNewColormap(XVisualInfo * vis);
677 extern void __glutFreeColormap(GLUTcolormap *);
682 GLUTcolormap ** colormap,
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h309 typedef struct _GLUTcolormap GLUTcolormap; typedef in typeref:struct:_GLUTcolormap
317 GLUTcolormap *next; /* next colormap in list */
335 GLUTcolormap *colormap; /* colormap; NULL if RGBA */
450 GLUTcolormap *colormap; /* colormap; NULL if RGBA */
688 extern GLUTcolormap * __glutAssociateNewColormap(XVisualInfo * vis);
689 extern void __glutFreeColormap(GLUTcolormap *);
694 GLUTcolormap ** colormap,

Completed in 6 milliseconds