Home
last modified time | relevance | path

Searched refs:failOnResultType (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/
Dskdiff_image.cpp132 bool failOnResultType[DiffRecord::kResultCount]; in tool_main() local
134 failOnResultType[i] = false; in tool_main()
155 failOnResultType[type] = true; in tool_main()
363 if (failOnResultType[dr.fResult]) { in tool_main()
Dskdiff_main.cpp145 void print(bool listFilenames, bool failOnResultType[DiffRecord::kResultCount], in print()
151 if (failOnResultType[result]) { in print()
636 bool failOnResultType[DiffRecord::kResultCount]; in tool_main() local
638 failOnResultType[i] = false; in tool_main()
658 failOnResultType[type] = true; in tool_main()
811 summary.print(listFilenames, failOnResultType, failOnStatusType); in tool_main()
835 if (failOnResultType[i]) { in tool_main()
839 if (!failOnResultType[DiffRecord::kCouldNotCompare_Result]) { in tool_main()