Index: gm/downsamplebitmap.cpp |
diff --git a/gm/downsamplebitmap.cpp b/gm/downsamplebitmap.cpp |
index 19faaa08918912d3d0152eb39c91944b631d9a97..1d204fc71a202ab03da9781a4a671ff735d4c721 100644 |
--- a/gm/downsamplebitmap.cpp |
+++ b/gm/downsamplebitmap.cpp |
@@ -194,15 +194,23 @@ class DownsampleBitmapImageGM: public DownsampleBitmapGM { |
DEF_GM( return new DownsampleBitmapTextGM(72, SkPaint::kHigh_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapCheckerboardGM(512,256, SkPaint::kHigh_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapImageGM("mandrill_512.png", SkPaint::kHigh_FilterLevel); ) |
+DEF_GM( return new DownsampleBitmapImageGM("mandrill_132x132_12x12.astc", |
+ SkPaint::kHigh_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapTextGM(72, SkPaint::kMedium_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapCheckerboardGM(512,256, SkPaint::kMedium_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapImageGM("mandrill_512.png", SkPaint::kMedium_FilterLevel); ) |
+DEF_GM( return new DownsampleBitmapImageGM("mandrill_132x132_12x12.astc", |
+ SkPaint::kMedium_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapTextGM(72, SkPaint::kLow_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapCheckerboardGM(512,256, SkPaint::kLow_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapImageGM("mandrill_512.png", SkPaint::kLow_FilterLevel); ) |
+DEF_GM( return new DownsampleBitmapImageGM("mandrill_132x132_12x12.astc", |
+ SkPaint::kLow_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapTextGM(72, SkPaint::kNone_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapCheckerboardGM(512,256, SkPaint::kNone_FilterLevel); ) |
DEF_GM( return new DownsampleBitmapImageGM("mandrill_512.png", SkPaint::kNone_FilterLevel); ) |
+DEF_GM( return new DownsampleBitmapImageGM("mandrill_132x132_12x12.astc", |
+ SkPaint::kNone_FilterLevel); ) |