Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/skqp/src/
Dskqp.cpp244 fReportDirectory = reportDirectory; in init()
257 print_backend_info((fReportDirectory + "/grdump.txt").c_str(), fSupportedBackends); in init()
315 std::string imagesDirectory = fReportDirectory + "/" IMAGES_DIRECTORY_PATH; in evaluateGM()
442 if (!sk_isdir(fReportDirectory.c_str())) { in makeReport()
443 SkDebugf("Report destination does not exist: '%s'\n", fReportDirectory.c_str()); in makeReport()
446 SkFILEWStream csvOut(SkOSPath::Join(fReportDirectory.c_str(), kRenderTestCSVReport).c_str()); in makeReport()
447 SkFILEWStream htmOut(SkOSPath::Join(fReportDirectory.c_str(), kRenderTestReportPath).c_str()); in makeReport()
479 SkFILEWStream unitOut(SkOSPath::Join(fReportDirectory.c_str(), kUnitTestReportPath).c_str()); in makeReport()
Dskqp.h113 std::string fReportDirectory; variable
/third_party/skia/tools/skqp/src/
Dskqp.cpp257 fReportDirectory = reportDirectory; in init()
268 print_backend_info((fReportDirectory + "/grdump.txt").c_str(), fSupportedBackends); in init()
326 std::string imagesDirectory = fReportDirectory + "/" IMAGES_DIRECTORY_PATH; in evaluateGM()
453 if (!sk_isdir(fReportDirectory.c_str())) { in makeReport()
454 SkDebugf("Report destination does not exist: '%s'\n", fReportDirectory.c_str()); in makeReport()
457 SkFILEWStream csvOut(SkOSPath::Join(fReportDirectory.c_str(), kRenderTestCSVReport).c_str()); in makeReport()
458 SkFILEWStream htmOut(SkOSPath::Join(fReportDirectory.c_str(), kRenderTestReportPath).c_str()); in makeReport()
490 SkFILEWStream unitOut(SkOSPath::Join(fReportDirectory.c_str(), kUnitTestReportPath).c_str()); in makeReport()
Dskqp.h114 std::string fReportDirectory; variable