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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_glxext.c188 static glXCreateContextWithConfigSGIX_t glXCreateContextWithConfig_ptr = NULL; local in function:__glut_glXCreateContextWithConfigSGIX
189 if (!glXCreateContextWithConfig_ptr) {
190 glXCreateContextWithConfig_ptr = (glXCreateContextWithConfigSGIX_t)
193 if (glXCreateContextWithConfig_ptr)
194 return (*glXCreateContextWithConfig_ptr)(dpy, config, render_type,

Completed in 2 milliseconds