Lines Matching defs:ctxconfig
1961 const _GLFWctxconfig* ctxconfig,
1967 if (ctxconfig->client != GLFW_NO_API)
1969 if (ctxconfig->source == GLFW_NATIVE_CONTEXT_API)
1973 if (!_glfwChooseVisualGLX(wndconfig, ctxconfig, fbconfig, &visual, &depth))
1976 else if (ctxconfig->source == GLFW_EGL_CONTEXT_API)
1980 if (!_glfwChooseVisualEGL(wndconfig, ctxconfig, fbconfig, &visual, &depth))
1983 else if (ctxconfig->source == GLFW_OSMESA_CONTEXT_API)
1999 if (ctxconfig->client != GLFW_NO_API)
2001 if (ctxconfig->source == GLFW_NATIVE_CONTEXT_API)
2003 if (!_glfwCreateContextGLX(window, ctxconfig, fbconfig))
2006 else if (ctxconfig->source == GLFW_EGL_CONTEXT_API)
2008 if (!_glfwCreateContextEGL(window, ctxconfig, fbconfig))
2011 else if (ctxconfig->source == GLFW_OSMESA_CONTEXT_API)
2013 if (!_glfwCreateContextOSMesa(window, ctxconfig, fbconfig))
2017 if (!_glfwRefreshContextAttribs(window, ctxconfig))