Home
last modified time | relevance | path

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

/third_party/glfw/src/
H A Dglx_context.c210 static int extensionSupportedGLX(const char* extension) in extensionSupportedGLX() function
366 if (extensionSupportedGLX("GLX_EXT_swap_control")) in _glfwInitGLX()
375 if (extensionSupportedGLX("GLX_SGI_swap_control")) in _glfwInitGLX()
384 if (extensionSupportedGLX("GLX_MESA_swap_control")) in _glfwInitGLX()
393 if (extensionSupportedGLX("GLX_ARB_multisample")) in _glfwInitGLX()
396 if (extensionSupportedGLX("GLX_ARB_framebuffer_sRGB")) in _glfwInitGLX()
399 if (extensionSupportedGLX("GLX_EXT_framebuffer_sRGB")) in _glfwInitGLX()
402 if (extensionSupportedGLX("GLX_ARB_create_context")) in _glfwInitGLX()
411 if (extensionSupportedGLX("GLX_ARB_create_context_robustness")) in _glfwInitGLX()
414 if (extensionSupportedGLX("GLX_ARB_create_context_profil in _glfwInitGLX()
[all...]

Completed in 1 milliseconds