Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/testrunners/common/compilation_mode_keys/
H A DCompilationModeKeys.h16 std::map<std::string, std::string> GetCompilationModeGoldAndPerfKeyValuePairs();
H A DCompilationModeKeys.cpp10 std::map<std::string, std::string> GetCompilationModeGoldAndPerfKeyValuePairs() { in GetCompilationModeGoldAndPerfKeyValuePairs() function
/aosp_15_r20/external/skia/tools/testrunners/gm/
H A DBazelGMTestRunner.cpp169 keys.merge(GetCompilationModeGoldAndPerfKeyValuePairs()); in write_png_and_json_files()
/aosp_15_r20/external/skia/tools/testrunners/benchmark/
H A DBazelBenchmarkTestRunner.cpp577 keyValuePairs.merge(GetCompilationModeGoldAndPerfKeyValuePairs()); in main()