Lines Matching defs:ctxconfig
198 const _GLFWctxconfig* ctxconfig,
207 if (ctxconfig->client == GLFW_OPENGL_ES_API)
214 if (ctxconfig->share)
215 share = ctxconfig->share->context.osmesa.handle;
226 if (ctxconfig->profile == GLFW_OPENGL_CORE_PROFILE)
230 else if (ctxconfig->profile == GLFW_OPENGL_COMPAT_PROFILE)
235 if (ctxconfig->major != 1 || ctxconfig->minor != 0)
237 SET_ATTRIB(OSMESA_CONTEXT_MAJOR_VERSION, ctxconfig->major);
238 SET_ATTRIB(OSMESA_CONTEXT_MINOR_VERSION, ctxconfig->minor);
241 if (ctxconfig->forward)
255 if (ctxconfig->profile)