Searched refs:glxIsExtensionSupported (Results 1 – 5 of 5) sorted by relevance
51 extern int glxIsExtensionSupported(const char *ext);
337 glxIsExtensionSupported(const char *ext) in glxIsExtensionSupported() function
377 else if (glxIsExtensionSupported("GLX_SGIX_fbconfig")) { in CreateContext()1367 else if (glxIsExtensionSupported("GLX_SGI_make_current_read")) { in MakeCurrent()1962 else if (pFBConfig && glxIsExtensionSupported("GLX_SGIX_fbconfig")) { in CreateGLXPixmap()2471 if (glxIsExtensionSupported("SGI_swap_control")) { in __glXVendorPrivate()
905 if (glxIsExtensionSupported("SGI_swap_control")) { in __glXSwapVendorPrivate()
36893 dmx: Mark glxIsExtensionSupported as a const char *36898 glxcmds.c:378:13: warning: passing argument 1 of ‘glxIsExtensionSupported’36900 else if (glxIsExtensionSupported("GLX_SGIX_fbconfig")) {36906 extern int glxIsExtensionSupported(char *ext);