Searched refs:GLUT_API_VERSION (Results 1 - 2 of 2) sorted by path

/haiku/headers/libs/glut/GL/
H A Dglut.h219 GLUT_API_VERSION is updated to reflect incompatible GLUT
223 GLUT_API_VERSION=1 First public release of GLUT. 11/29/94
225 GLUT_API_VERSION=2 Added support for OpenGL/GLX multisampling,
229 GLUT_API_VERSION=3 glutMenuStatus added.
231 GLUT_API_VERSION=4 glutInitDisplayString, glutWarpPointer,
237 GLUT_API_VERSION=5 glutGetProcAddress (added by BrianP)
239 #ifndef GLUT_API_VERSION /* allow this to be overriden */
240 #define GLUT_API_VERSION 5 macro
293 #if (GLUT_API_VERSION >= 2)
297 #if (GLUT_API_VERSION >
[all...]
/haiku/src/tests/kits/opengl/glinfo/
H A DInfoView.cpp62 apiString << (int32)GLUT_API_VERSION;

Completed in 68 milliseconds