Lines Matching defs:profile
104 printf(" -p, --profile=PROFILE the OpenGL profile to use ("
195 static const char* get_profile_name_glfw(int profile)
197 if (profile == GLFW_OPENGL_COMPAT_PROFILE)
199 if (profile == GLFW_OPENGL_CORE_PROFILE)
407 { "profile", 1, NULL, PROFILE },
730 const int profile = glfwGetWindowAttrib(window, GLFW_OPENGL_PROFILE);
779 printf("%s profile mask (0x%08x): %s\n",
784 printf("%s profile mask parsed by GLFW: %s\n",
786 get_profile_name_glfw(profile));
824 if (client == GLFW_OPENGL_API && profile == GLFW_OPENGL_CORE_PROFILE)
875 if (client == GLFW_OPENGL_API && profile != GLFW_OPENGL_CORE_PROFILE)