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

/haiku/src/libs/glut/
H A Dglutint.h168 #define NUM_GLXCAPS (LEVEL + 1) macro
170 #define XVISUAL (NUM_GLXCAPS + 0)
171 #define TRANSPARENT (NUM_GLXCAPS + 1)
172 #define SAMPLES (NUM_GLXCAPS + 2)
173 #define XSTATICGRAY (NUM_GLXCAPS + 3) /* Used as
178 #define XGRAYSCALE (NUM_GLXCAPS + 4)
179 #define XSTATICCOLOR (NUM_GLXCAPS + 5)
180 #define XPSEUDOCOLOR (NUM_GLXCAPS + 6)
181 #define XTRUECOLOR (NUM_GLXCAPS + 7)
182 #define XDIRECTCOLOR (NUM_GLXCAPS
[all...]

Completed in 117 milliseconds