Home | History | Annotate | only in /external/skia/tools/skpdiff
Up to higher level directory
NameDateSize
diff_viewer.js03-Jun-201411.4K
generate_pmetric_tables.py03-Jun-20144.1K
README03-Jun-2014474
SkCLImageDiffer.cpp03-Jun-20143.9K
SkCLImageDiffer.h03-Jun-20143.1K
SkDiffContext.cpp03-Jun-201411.9K
SkDiffContext.h03-Jun-20144.5K
SkDifferentPixelsMetric.h03-Jun-20141K
SkDifferentPixelsMetric_cpu.cpp03-Jun-20142.2K
SkDifferentPixelsMetric_opencl.cpp03-Jun-20145K
SkImageDiffer.cpp03-Jun-2014352
SkImageDiffer.h03-Jun-20141.5K
skpdiff_main.cpp03-Jun-20147.6K
skpdiff_server.py03-Jun-201423.7K
skpdiff_util.cpp03-Jun-20148.1K
skpdiff_util.h03-Jun-20141.7K
SkPMetric.cpp03-Jun-201415.5K
SkPMetric.h03-Jun-2014669
SkPMetricUtil_generated.h03-Jun-2014229.4K
viewer.html03-Jun-20143.1K
viewer_style.css03-Jun-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"