HomeSort by relevance Sort by last modified time
    Searched defs:mismatchPath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tools/
render_pictures_main.cpp 37 DEFINE_string(mismatchPath, "", "Write images for tests that failed due to "
147 const SkString* mismatchPath,
156 if (mismatchPath && mismatchPath->size() > 0) {
157 mismatchPathString.set(*mismatchPath);
272 * @param mismatchPath if not NULL, write any image(s) not matching expectations into this directory
277 const SkString* mismatchPath, sk_tools::PictureRenderer& renderer,
284 FLAGS_writeWholeImage ? NULL : mismatchPath,
379 if ((mismatchPath) && !mismatchPath->isEmpty() &
    [all...]
  /external/skia/tools/
render_pictures_main.cpp 34 DEFINE_string(mismatchPath, "", "Write images for tests that failed due to "
143 const SkString* mismatchPath,
152 if (NULL != mismatchPath && mismatchPath->size() > 0) {
153 mismatchPathString.set(*mismatchPath);
261 * @param mismatchPath if not NULL, write any image(s) not matching expectations into this directory
266 const SkString* mismatchPath, sk_tools::PictureRenderer& renderer,
273 FLAGS_writeWholeImage ? NULL : mismatchPath,
363 if ((NULL != mismatchPath) && !mismatchPath->isEmpty() &
    [all...]

Completed in 174 milliseconds