Home
last modified time | relevance | path

Searched refs:fGMThresholds (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/skqp/src/
H A 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()
H A Dskqp.h117 std::unordered_map<std::string, int64_t> fGMThresholds; member in SkQP

Completed in 2 milliseconds