Home
last modified time | relevance | path

Searched refs:PROFILE_NAME_COMPAT (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/glfw/tests/
Dglfwinfo.c48 #define PROFILE_NAME_COMPAT "compat" macro
80 PROFILE_NAME_COMPAT ")\n"); in usage()
137 return PROFILE_NAME_COMPAT; in get_profile_name_gl()
147 return PROFILE_NAME_COMPAT; in get_profile_name_glfw()
495 else if (strcasecmp(optarg, PROFILE_NAME_COMPAT) == 0) in main()