Lines Matching defs:shortName
205 * Assemble shortNamePlusConfig from (surprise!) shortName and configName.
208 * For example, shortName "selftest1" and configName "8888" could be assembled into
211 SkString make_shortname_plus_config(const char *shortName, const char *configName) {
214 name.append(shortName);
216 name.appendf("%s%c%s", configName, SkPATH_SEPARATOR, shortName);
218 name.appendf("%s_%s", shortName, configName);
227 const char *shortName,
231 SkString filename = make_shortname_plus_config(shortName, configName);
242 const char *shortName,
250 filename.append(shortName);
257 return make_filename(path, shortName, configName, renderModeDescriptor,
767 * @param shortName name of test, e.g. "selftest1"
779 const char *shortName, const char *configName,
783 SkString shortNamePlusConfig = make_shortname_plus_config(shortName, configName);
796 SkString path = make_bitmap_filename(fMissingExpectationsPath, shortName,
815 SkString path = make_bitmap_filename(fMismatchPath, shortName, configName,
901 SkString shortNamePlusConfig = make_shortname_plus_config(gm->shortName(), configName);
942 gm->shortName(), configName, "", true));
959 * @param shortName test name, e.g. "selftest1"
966 const char *shortName, const char *configName, const char *renderModeDescriptor,
979 errors.add(compare_to_expectations(expectations, actualBitmapAndDigest, shortName,
981 SkString shortNamePlusConfig = make_shortname_plus_config(shortName, configName);
1062 path = make_bitmap_filename(writePath, gm->shortName(), gRec.fName,
1072 path = make_filename(writePath, gm->shortName(), gRec.fName, "", "pdf");
1084 gm->shortName(),
1098 path = make_bitmap_filename(writePath, gm->shortName(),
1116 path = make_filename(writePath, gm->shortName(), gRec.fName, "", "xps");
1153 gm->shortName(), gRec.fName, renderModeDescriptor, bitmap, &referenceBitmap);
1160 const SkString shortNamePlusConfig = make_shortname_plus_config(gm->shortName(),
1192 gm->shortName(), gRec.fName, renderModeDescriptor.c_str(), bitmap,
1204 const SkString shortNamePlusConfig = make_shortname_plus_config(gm->shortName(),
1230 errors.add(compare_test_results_to_reference_bitmap(gm->shortName(), gRec.fName,
1552 const SkString shortNamePlusConfig = gmmain.make_shortname_plus_config(gm->shortName(),
1667 const SkString shortNamePlusConfig = gmmain.make_shortname_plus_config(gm->shortName(),
1682 gm->shortName(), compareConfig.fName, renderModeDescriptor, bitmap,
1699 gm->shortName(), compareConfig.fName, renderModeDescriptor, bitmap,
1709 // just the shortName). I think this is actually an
1714 SkString path = gmmain.make_filename(FLAGS_writePicturePath[0], gm->shortName(),
1733 gm->shortName(), compareConfig.fName, renderModeDescriptor, bitmap,
1767 gm->shortName(), compareConfig.fName, renderModeDescriptor.c_str(), bitmap,
2291 const char* shortName = gm->shortName();
2293 if (SkCommandLineFlags::ShouldSkip(FLAGS_match, shortName)) {
2299 gm_fprintf(stdout, "%sdrawing... %s [%d %d]\n", moduloStr.c_str(), shortName,