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

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h164 #define NUM_GLXCAPS (LEVEL + 1) macro
166 #define XVISUAL (NUM_GLXCAPS + 0)
167 #define TRANSPARENT (NUM_GLXCAPS + 1)
168 #define SAMPLES (NUM_GLXCAPS + 2)
169 #define XSTATICGRAY (NUM_GLXCAPS + 3) /* Used as
174 #define XGRAYSCALE (NUM_GLXCAPS + 4)
175 #define XSTATICCOLOR (NUM_GLXCAPS + 5)
176 #define XPSEUDOCOLOR (NUM_GLXCAPS + 6)
177 #define XTRUECOLOR (NUM_GLXCAPS + 7)
178 #define XDIRECTCOLOR (NUM_GLXCAPS
[all...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglutint.h179 #define NUM_GLXCAPS (LEVEL + 1) macro
181 #define XVISUAL (NUM_GLXCAPS + 0)
182 #define TRANSPARENT (NUM_GLXCAPS + 1)
183 #define SAMPLES (NUM_GLXCAPS + 2)
184 #define XSTATICGRAY (NUM_GLXCAPS + 3) /* Used as
189 #define XGRAYSCALE (NUM_GLXCAPS + 4)
190 #define XSTATICCOLOR (NUM_GLXCAPS + 5)
191 #define XPSEUDOCOLOR (NUM_GLXCAPS + 6)
192 #define XTRUECOLOR (NUM_GLXCAPS + 7)
193 #define XDIRECTCOLOR (NUM_GLXCAPS
[all...]
H A Dglut_dstr.c17 static int glxcap[NUM_GLXCAPS] =
307 for (j = 0; j < NUM_GLXCAPS; j++) {
462 for (j = 1; j < NUM_GLXCAPS; j++) {

Completed in 5 milliseconds