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

/haiku/src/libs/glut/
H A Dglut_ext.c20 glutExtensionSupported(const char *extension) function
40 you are probably calling glutExtensionSupported without
139 { "glutExtensionSupported", (const GLUTproc) glutExtensionSupported },
/haiku/src/tests/kits/opengl/glsl/
H A Dshaderutil.c35 else if (glutExtensionSupported("GL_ARB_vertex_shader")
36 && glutExtensionSupported("GL_ARB_fragment_shader")
37 && glutExtensionSupported("GL_ARB_shader_objects")) {
/haiku/headers/libs/glut/GL/
H A Dglut.h670 GLUTAPI int GLUTAPIENTRY glutExtensionSupported(const char *name);

Completed in 90 milliseconds