Lines Matching defs:ctxconfig
66 const _GLFWctxconfig* ctxconfig,
108 if (ctxconfig->client == GLFW_OPENGL_API)
196 if (ctxconfig->client == GLFW_OPENGL_API)
542 const _GLFWctxconfig* ctxconfig,
550 if (ctxconfig->share)
551 share = ctxconfig->share->context.wgl.handle;
561 pixelFormat = choosePixelFormatWGL(window, ctxconfig, fbconfig);
580 if (ctxconfig->client == GLFW_OPENGL_API)
582 if (ctxconfig->forward)
592 if (ctxconfig->profile)
618 if (ctxconfig->client == GLFW_OPENGL_API)
620 if (ctxconfig->forward)
623 if (ctxconfig->profile == GLFW_OPENGL_CORE_PROFILE)
625 else if (ctxconfig->profile == GLFW_OPENGL_COMPAT_PROFILE)
631 if (ctxconfig->debug)
634 if (ctxconfig->robustness)
638 if (ctxconfig->robustness == GLFW_NO_RESET_NOTIFICATION)
643 else if (ctxconfig->robustness == GLFW_LOSE_CONTEXT_ON_RESET)
653 if (ctxconfig->release)
657 if (ctxconfig->release == GLFW_RELEASE_BEHAVIOR_NONE)
662 else if (ctxconfig->release == GLFW_RELEASE_BEHAVIOR_FLUSH)
670 if (ctxconfig->noerror)
679 if (ctxconfig->major != 1 || ctxconfig->minor != 0)
681 SET_ATTRIB(WGL_CONTEXT_MAJOR_VERSION_ARB, ctxconfig->major);
682 SET_ATTRIB(WGL_CONTEXT_MINOR_VERSION_ARB, ctxconfig->minor);
701 if (ctxconfig->client == GLFW_OPENGL_API)
705 ctxconfig->major,
706 ctxconfig->minor);
712 ctxconfig->major,
713 ctxconfig->minor);
728 if (ctxconfig->client == GLFW_OPENGL_API)