Home
last modified time | relevance | path

Searched refs:glfwExtensionSupported (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/glfw/src/
Dcontext.c454 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
/third_party/flutter/glfw/tests/
Dtearing.c179 swap_tear = (glfwExtensionSupported("WGL_EXT_swap_control_tear") || in main()
180 glfwExtensionSupported("GLX_EXT_swap_control_tear")); in main()
Dglfwinfo.c701 if (glfwExtensionSupported("GL_ARB_robustness")) in main()
775 glfwExtensionSupported("GL_ARB_multisample") || in main()
/third_party/flutter/glfw/docs/
Dcontext.dox124 - @ref glfwExtensionSupported
246 to those functions. GLFW provides @ref glfwExtensionSupported and @ref
283 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"))
Dintro.dox245 - @ref glfwExtensionSupported
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h3981 GLFWAPI int glfwExtensionSupported(const char* extension);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3960 GLFWAPI int glfwExtensionSupported(const char* extension);
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3960 GLFWAPI int glfwExtensionSupported(const char* extension);
/third_party/flutter/glfw/examples/
Dparticles.c1025 if (glfwExtensionSupported("GL_EXT_separate_specular_color")) in main()