aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/TextBlobCacheTest.cpp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-08-01 10:33:40 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-01 10:33:40 -0700
commitd45fb5a3a5e1d0867d9be2b44540c88f966bbd4e (patch)
tree2492c7f02097322263e4342cf467815eb5aa7974 /tests/TextBlobCacheTest.cpp
parent2a6f747cdd6636d6a9fb5a5f4fc6a3088c77238d (diff)
Add BW masks to random scaler context
Diffstat (limited to 'tests/TextBlobCacheTest.cpp')
-rw-r--r--tests/TextBlobCacheTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/TextBlobCacheTest.cpp b/tests/TextBlobCacheTest.cpp
index 60a6a8a24b..c063040ecf 100644
--- a/tests/TextBlobCacheTest.cpp
+++ b/tests/TextBlobCacheTest.cpp
@@ -156,9 +156,9 @@ DEF_GPUTEST(TextBlobCache, reporter, factory) {
DEF_GPUTEST(TextBlobAbnormal, reporter, factory) {
#ifdef SK_BUILD_FOR_ANDROID
- text_blob_cache_inner(reporter, factory, 32, 32, 1, false);
+ text_blob_cache_inner(reporter, factory, 256, 256, 30, false);
#else
- text_blob_cache_inner(reporter, factory, 256, 256, 1, false);
+ text_blob_cache_inner(reporter, factory, 512, 256, 30, false);
#endif
}
#endif