Home | History | Annotate | only in /external/skia/tools/skpdiff
Up to higher level directory
NameDateSize
diff_viewer.js08-Oct-201511.4K
generate_pmetric_tables.py08-Oct-20154.1K
README08-Oct-2015474
SkCLImageDiffer.cpp08-Oct-20153.9K
SkCLImageDiffer.h08-Oct-20153.1K
SkDiffContext.cpp08-Oct-201516.6K
SkDiffContext.h08-Oct-20157.1K
SkDifferentPixelsMetric.h08-Oct-20151.1K
SkDifferentPixelsMetric_cpu.cpp08-Oct-20154.8K
SkDifferentPixelsMetric_opencl.cpp08-Oct-20155.1K
SkImageDiffer.cpp08-Oct-2015352
SkImageDiffer.h08-Oct-20152.4K
skpdiff_main.cpp08-Oct-20158.9K
skpdiff_server.py08-Oct-201523.7K
skpdiff_util.cpp08-Oct-20158.3K
skpdiff_util.h08-Oct-20151.7K
SkPMetric.cpp08-Oct-201515.7K
SkPMetric.h08-Oct-2015677
SkPMetricUtil_generated.h08-Oct-2015229.4K
viewer.html08-Oct-20153.1K
viewer_style.css08-Oct-20152.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"