From ee26363aaae62db2a851f2873e2405a9cf7f995a Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Mon, 22 May 2017 13:59:44 -0400 Subject: Remove compressed (ETC1) texture support from Ganesh Change-Id: If4cf286df87ea87338aba47001d90a5fcc4f2667 Reviewed-on: https://skia-review.googlesource.com/17456 Commit-Queue: Robert Phillips Reviewed-by: Brian Salomon --- tests/ProxyTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ProxyTest.cpp b/tests/ProxyTest.cpp index 0bd8537b6b..1799a75e52 100644 --- a/tests/ProxyTest.cpp +++ b/tests/ProxyTest.cpp @@ -118,7 +118,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(DeferredProxyTest, reporter, ctxInfo) { for (auto origin : { kBottomLeft_GrSurfaceOrigin, kTopLeft_GrSurfaceOrigin }) { for (auto widthHeight : { 100, 128, 1048576 }) { for (auto config : { kAlpha_8_GrPixelConfig, kRGB_565_GrPixelConfig, - kETC1_GrPixelConfig, kRGBA_8888_GrPixelConfig }) { + kRGBA_8888_GrPixelConfig }) { for (auto fit : { SkBackingFit::kExact, SkBackingFit::kApprox }) { for (auto budgeted : { SkBudgeted::kYes, SkBudgeted::kNo }) { for (auto numSamples : { 0, 4, 16, 128 }) { -- cgit v1.2.3