Searched refs:fMissingExpectationsPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp206 fMismatchPath(NULL), fMissingExpectationsPath(NULL), fTestsRun(0),
791 * And similarly for fMissingExpectationsPath...
823 if (fMissingExpectationsPath) {
824 SkString path = make_bitmap_filename(fMissingExpectationsPath, shortName,
1259 const char* fMissingExpectationsPath; member in class:GMMain
2208 gmmain->fMissingExpectationsPath = FLAGS_missingExpectationsPath[0];
2303 if (gmmain.fMissingExpectationsPath) {
2305 gmmain.fMissingExpectationsPath);
2333 if (gmmain.fMissingExpectationsPath) {
2334 if (!prepare_subdirectories(gmmain.fMissingExpectationsPath, gmmai
[all...]
/external/skia/gm/
H A Dgmmain.cpp205 fMismatchPath(NULL), fMissingExpectationsPath(NULL), fTestsRun(0),
790 * And similarly for fMissingExpectationsPath...
822 if (fMissingExpectationsPath) {
823 SkString path = make_bitmap_filename(fMissingExpectationsPath, shortName,
1260 const char* fMissingExpectationsPath; member in class:GMMain
2181 gmmain->fMissingExpectationsPath = FLAGS_missingExpectationsPath[0];
2271 if (NULL != gmmain.fMissingExpectationsPath) {
2273 gmmain.fMissingExpectationsPath);
2301 if (NULL != gmmain.fMissingExpectationsPath) {
2302 if (!prepare_subdirectories(gmmain.fMissingExpectationsPath, gmmai
[all...]

Completed in 62 milliseconds