Home | History | Annotate | only in /external/chromium_org/third_party/skia/tools/skpdiff
Up to higher level directory
NameDateSize
diff_viewer.js16-Dec-201411.4K
generate_pmetric_tables.py16-Dec-20144.1K
README16-Dec-2014474
SkCLImageDiffer.cpp16-Dec-20143.9K
SkCLImageDiffer.h16-Dec-20143.1K
SkDiffContext.cpp10-Mar-201516.6K
SkDiffContext.h10-Mar-20157.1K
SkDifferentPixelsMetric.h10-Mar-20151.1K
SkDifferentPixelsMetric_cpu.cpp10-Mar-20154.8K
SkDifferentPixelsMetric_opencl.cpp10-Mar-20155.1K
SkImageDiffer.cpp16-Dec-2014352
SkImageDiffer.h10-Mar-20152.4K
skpdiff_main.cpp10-Mar-20158.9K
skpdiff_server.py16-Dec-201423.7K
skpdiff_util.cpp10-Mar-20158.1K
skpdiff_util.h16-Dec-20141.7K
SkPMetric.cpp10-Mar-201515.7K
SkPMetric.h10-Mar-2015691
SkPMetricUtil_generated.h16-Dec-2014229.4K
viewer.html16-Dec-20143.1K
viewer_style.css16-Dec-20142.6K

README

      1 Some example invocations:
      2 
      3 Note how the asterisks are not expanded inside the shell because of the quotes
      4 
      5 out/Debug/skpdiff -p \
      6                   "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \
      7                   "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png"
      8 
      9 
     10 out/Debug/skpdiff --differs different_pixels -f \
     11                   "/usr/local/google/home/zachr/Downloads/diffs/baseline" \
     12                   "/usr/local/google/home/zachr/Downloads/diffs/test"