Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: tests/GpuBitmapCopyTest.cpp

Issue 17335008: remove dst/rendertarget support for kARGB_4444_Config (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/BitmapHasherTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/GpuBitmapCopyTest.cpp
diff --git a/tests/GpuBitmapCopyTest.cpp b/tests/GpuBitmapCopyTest.cpp
index 22141e54de7892cae09a9ec3ca01e0d2d0c0fe92..c2457bf83e0abcb145adaf98e6e8d3cab63c4d2e 100644
--- a/tests/GpuBitmapCopyTest.cpp
+++ b/tests/GpuBitmapCopyTest.cpp
@@ -119,7 +119,7 @@ static void TestGpuBitmapCopy(skiatest::Reporter* reporter, GrContextFactory* fa
}
static const Pair gPairs[] = {
{ SkBitmap::kNo_Config, "000" },
- { SkBitmap::kARGB_4444_Config, "011" },
+ { SkBitmap::kRGB_565_Config, "011" },
bsalomon 2013/06/20 08:28:55 I'm not sure that this will work. 565 is not suppo
reed1 2013/06/21 17:44:07 Done.
{ SkBitmap::kARGB_8888_Config, "011" },
};
« no previous file with comments | « tests/BitmapHasherTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698