Searched refs:fGMThresholds (Results 1 – 4 of 4) sorted by relevance
251 get_render_tests(fAssetManager, &fGMs, &fGMThresholds); in init()300 int64_t passingThreshold = fGMThresholds.empty() ? -1 : fGMThresholds[std::string(name)]; in evaluateGM()463 int64_t passingThreshold = fGMThresholds.empty() ? 0 : fGMThresholds[gmName]; in makeReport()
116 std::unordered_map<std::string, int64_t> fGMThresholds; variable
262 get_render_tests(fAssetManager, renderTests, &fGMs, &fGMThresholds); in init()311 int64_t passingThreshold = fGMThresholds.empty() ? -1 : fGMThresholds[std::string(name)]; in evaluateGM()474 int64_t passingThreshold = fGMThresholds.empty() ? 0 : fGMThresholds[gmName]; in makeReport()
117 std::unordered_map<std::string, int64_t> fGMThresholds; variable