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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_glxext.c90 static glXChannelRectSGIX_t glXChannelRectSGIX_ptr = NULL; local in function:__glut_glXChannelRectSGIX
91 if (!glXChannelRectSGIX_ptr) {
92 glXChannelRectSGIX_ptr = (glXChannelRectSGIX_t)
95 if (glXChannelRectSGIX_ptr)
96 return (*glXChannelRectSGIX_ptr)(dpy, screen, channel, x, y, w, h);

Completed in 8 milliseconds