Lines Matching refs:glfwGetWindowAttrib
726 const int client = glfwGetWindowAttrib(window, GLFW_CLIENT_API);
727 const int major = glfwGetWindowAttrib(window, GLFW_CONTEXT_VERSION_MAJOR);
728 const int minor = glfwGetWindowAttrib(window, GLFW_CONTEXT_VERSION_MINOR);
729 const int revision = glfwGetWindowAttrib(window, GLFW_CONTEXT_REVISION);
730 const int profile = glfwGetWindowAttrib(window, GLFW_OPENGL_PROFILE);
763 if (glfwGetWindowAttrib(window, GLFW_OPENGL_FORWARD_COMPAT))
765 if (glfwGetWindowAttrib(window, GLFW_CONTEXT_DEBUG))
767 if (glfwGetWindowAttrib(window, GLFW_CONTEXT_ROBUSTNESS) == GLFW_LOSE_CONTEXT_ON_RESET)
769 if (glfwGetWindowAttrib(window, GLFW_CONTEXT_NO_ERROR))
791 const int robustness = glfwGetWindowAttrib(window, GLFW_CONTEXT_ROBUSTNESS);