Searched refs:glfwExtensionSupported (Results 1 – 9 of 9) sorted by relevance
454 else if (glfwExtensionSupported("GL_ARB_debug_output") && in _glfwRefreshContextAttribs()478 else if (glfwExtensionSupported("GL_ARB_compatibility")) in _glfwRefreshContextAttribs()489 if (glfwExtensionSupported("GL_ARB_robustness")) in _glfwRefreshContextAttribs()507 if (glfwExtensionSupported("GL_EXT_robustness")) in _glfwRefreshContextAttribs()523 if (glfwExtensionSupported("GL_KHR_context_flush_control")) in _glfwRefreshContextAttribs()638 GLFWAPI int glfwExtensionSupported(const char* extension) in glfwExtensionSupported() function
179 swap_tear = (glfwExtensionSupported("WGL_EXT_swap_control_tear") || in main()180 glfwExtensionSupported("GLX_EXT_swap_control_tear")); in main()
701 if (glfwExtensionSupported("GL_ARB_robustness")) in main()775 glfwExtensionSupported("GL_ARB_multisample") || in main()
124 - @ref glfwExtensionSupported246 to those functions. GLFW provides @ref glfwExtensionSupported and @ref283 This is done with @ref glfwExtensionSupported.286 if (glfwExtensionSupported("GL_ARB_debug_output"))293 extension is supported, @ref glfwExtensionSupported returns `GLFW_TRUE`,327 if (glfwExtensionSupported("GL_ARB_debug_output"))
245 - @ref glfwExtensionSupported
3981 GLFWAPI int glfwExtensionSupported(const char* extension);
3960 GLFWAPI int glfwExtensionSupported(const char* extension);
1025 if (glfwExtensionSupported("GL_EXT_separate_specular_color")) in main()