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

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_glxext.c114 static glXQueryChannelRectSGIX_t glXQueryChannelRectSGIX_ptr = NULL; local in function:__glut_glXQueryChannelRectSGIX
115 if (!glXQueryChannelRectSGIX_ptr) {
116 glXQueryChannelRectSGIX_ptr = (glXQueryChannelRectSGIX_t)
119 if (glXQueryChannelRectSGIX_ptr)
120 return (*glXQueryChannelRectSGIX_ptr)(dpy, screen, channel, x, y, w, h);

Completed in 2 milliseconds