Searched refs:gSelectedConfig (Results 1 – 4 of 4) sorted by relevance
101 std::string gSelectedConfig; variable118 if (!IsAndroid() && gSelectedConfig.empty()) in GetTestSystemInfo()456 if (!gSelectedConfig.empty()) in IsPlatformAvailable()460 if (strstr.str() == gSelectedConfig) in IsPlatformAvailable()482 if (!gSelectedConfig.empty()) in IsPlatformAvailable()
135 extern std::string gSelectedConfig;
1353 gSelectedConfig = std::string(argv[argIndex] + strlen(kUseConfig)); in ANGLEProcessTestArgs()1364 if (!gSelectedConfig.empty()) in ANGLEProcessTestArgs()
163 std::array<char, kMaxConfigNameLen> gSelectedConfig; variable170 return gSelectedConfig[0] != 0; in IsConfigSelected()721 if (strstr.str() == std::string(gSelectedConfig.data())) in IsPlatformAvailable()781 gSelectedConfig.fill(0); in SetSelectedConfig()782 strncpy(gSelectedConfig.data(), selectedConfig, kMaxConfigNameLen - 1); in SetSelectedConfig()