Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/skqp/src/
Dskqp.cpp251 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()
Dskqp.h116 std::unordered_map<std::string, int64_t> fGMThresholds; variable
/third_party/skia/tools/skqp/src/
Dskqp.cpp262 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()
Dskqp.h117 std::unordered_map<std::string, int64_t> fGMThresholds; variable