Home | History | Annotate | Download | only in x11

Lines Matching defs:glXGetCurrentContext

236 glXGetCurrentContext(void)
245 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext();
386 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext();
486 __GLXcontext *gc = (__GLXcontext *) glXGetCurrentContext();
605 if (!t || !glXGetCurrentContext())
616 if (!t || !glXGetCurrentContext())
1191 { "glXGetCurrentContext", (__GLXextFuncPtr) glXGetCurrentContext },