Lines Matching refs:ctxconfig
453 const _GLFWctxconfig* ctxconfig,
460 if (ctxconfig->share)
461 share = ctxconfig->share->context.glx.handle;
470 if (ctxconfig->client == GLFW_OPENGL_ES_API)
482 if (ctxconfig->forward)
492 if (ctxconfig->profile)
509 if (ctxconfig->client == GLFW_OPENGL_API)
511 if (ctxconfig->forward)
514 if (ctxconfig->profile == GLFW_OPENGL_CORE_PROFILE)
516 else if (ctxconfig->profile == GLFW_OPENGL_COMPAT_PROFILE)
522 if (ctxconfig->debug)
525 if (ctxconfig->robustness)
529 if (ctxconfig->robustness == GLFW_NO_RESET_NOTIFICATION)
534 else if (ctxconfig->robustness == GLFW_LOSE_CONTEXT_ON_RESET)
544 if (ctxconfig->release)
548 if (ctxconfig->release == GLFW_RELEASE_BEHAVIOR_NONE)
553 else if (ctxconfig->release == GLFW_RELEASE_BEHAVIOR_FLUSH)
561 if (ctxconfig->noerror)
570 if (ctxconfig->major != 1 || ctxconfig->minor != 0)
572 SET_ATTRIB(GLX_CONTEXT_MAJOR_VERSION_ARB, ctxconfig->major);
573 SET_ATTRIB(GLX_CONTEXT_MINOR_VERSION_ARB, ctxconfig->minor);
598 ctxconfig->client == GLFW_OPENGL_API &&
599 ctxconfig->profile == GLFW_OPENGL_ANY_PROFILE &&
600 ctxconfig->forward == GLFW_FALSE)
644 const _GLFWctxconfig* ctxconfig,