Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dcontext.c461 // We cache it here instead of in glfwExtensionSupported mostly to alert in _glfwRefreshContextAttribs()
488 else if (glfwExtensionSupported("GL_ARB_debug_output") && in _glfwRefreshContextAttribs()
512 else if (glfwExtensionSupported("GL_ARB_compatibility")) in _glfwRefreshContextAttribs()
523 if (glfwExtensionSupported("GL_ARB_robustness")) in _glfwRefreshContextAttribs()
541 if (glfwExtensionSupported("GL_EXT_robustness")) in _glfwRefreshContextAttribs()
557 if (glfwExtensionSupported("GL_KHR_context_flush_control")) in _glfwRefreshContextAttribs()
682 GLFWAPI int glfwExtensionSupported(const char* extension) in glfwExtensionSupported() function
/third_party/glfw/tests/
H A Dtearing.c185 swap_tear = (glfwExtensionSupported("WGL_EXT_swap_control_tear") || in main()
186 glfwExtensionSupported("GLX_EXT_swap_control_tear")); in main()
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h3889 * glfwExtensionSupported. For more information about swap tearing, see the
3960 GLFWAPI int glfwExtensionSupported(const char* extension);
3996 * @sa glfwExtensionSupported
/third_party/glfw/include/GLFW/
H A Dglfw3.h6192 * glfwExtensionSupported.
6262 GLFWAPI int glfwExtensionSupported(const char* extension);
6298 * @sa @ref glfwExtensionSupported
/third_party/glfw/examples/
H A Dparticles.c1031 if (glfwExtensionSupported("GL_EXT_separate_specular_color")) in main()

Completed in 15 milliseconds