Home | History | Annotate | Download | only in gm

Lines Matching refs:ErrorCombination

197 const static ErrorCombination kDefaultIgnorableErrorTypes = ErrorCombination()
294 static ErrorCombination write_bitmap(const SkString& path, const SkBitmap& bitmap) {
304 return ErrorCombination(kWritingReferenceImage_ErrorType);
369 void RecordTestResults(const ErrorCombination& errorCombination,
372 // Things to do regardless of errorCombination.
379 if (errorCombination.isEmpty()) {
388 if (errorCombination.includes(type)) {
460 static ErrorCombination write_document(const SkString& path, SkStreamAsset* asset) {
464 return ErrorCombination(kWritingReferenceImage_ErrorType);
561 static ErrorCombination generate_image(GM* gm, const ConfigData& gRec,
804 ErrorCombination compare_to_expectations(Expectations expectations,
809 ErrorCombination errors;
872 ErrorCombination errors,
924 ErrorCombination compare_test_results_to_stored_expectations(
927 ErrorCombination errors;
933 errors.add(ErrorCombination(kIntentionallySkipped_ErrorType));
940 errors.add(ErrorCombination(kIntentionallySkipped_ErrorType));
972 ErrorCombination(kMissingExpectations_ErrorType),
974 errors.add(ErrorCombination(kMissingExpectations_ErrorType));
989 ErrorCombination compare_test_results_to_reference_bitmap(
1002 ErrorCombination errors;
1047 ErrorCombination test_drawing(GM* gm, const ConfigData& gRec,
1052 ErrorCombination errors;
1134 ErrorCombination test_deferred_drawing(GM* gm,
1144 ErrorCombination errors = generate_image(gm, gRec, gpuTarget, &bitmap, true);
1167 ErrorCombination test_pipe_playback(GM* gm, const ConfigData& gRec,
1171 ErrorCombination errors;
1211 ErrorCombination test_tiled_pipe_playback(GM* gm, const ConfigData& gRec,
1215 ErrorCombination errors;
1256 ErrorCombination fIgnorableErrorTypes;
1550 ErrorCombination run_multiple_modes(GMMain &gmmain, GM *gm, const ConfigData &compareConfig,
1553 ErrorCombination run_multiple_modes(GMMain &gmmain, GM *gm, const ConfigData &compareConfig,
1556 ErrorCombination errorsForAllModes;
1700 ErrorCombination run_multiple_configs(GMMain &gmmain, GM *gm,
1705 ErrorCombination run_multiple_configs(GMMain &gmmain, GM *gm,
1711 ErrorCombination errorsForAllConfigs;
1751 ErrorCombination errorsForThisConfig;
2079 static bool parse_flags_ignore_error_types(ErrorCombination* outErrorTypes) {
2081 *outErrorTypes = ErrorCombination();