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

Unified Diff: tools/nanobench_flags.py

Issue 1834693002: Add test configs for nvpr with atlas text (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: only nvprdit for dm Created 4 years, 9 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 | « tools/flags/SkCommonFlagsConfig.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/nanobench_flags.py
diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py
index 451cd5583bd87b4e745ded6675c2834f49eea427..3e72f5af1b3b3d7300efffdc3af71f1e96863b1d 100755
--- a/tools/nanobench_flags.py
+++ b/tools/nanobench_flags.py
@@ -49,9 +49,9 @@ def get_args(bot):
if ('GalaxyS4' not in bot and
'NexusPlayer' not in bot):
if 'Android' in bot:
- config.extend(['msaa4', 'nvprmsaa4'])
+ config.extend(['msaa4', 'nvpr4', 'nvprdit4'])
else:
- config.extend(['msaa16', 'nvprmsaa16'])
+ config.extend(['msaa16', 'nvpr16', 'nvprdit16'])
args.append('--config')
args.extend(config)
« no previous file with comments | « tools/flags/SkCommonFlagsConfig.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698