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

Side by Side Diff: tools/bench_pictures.cfg

Issue 23046003: Add Android config for Intel RHB (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « platform_tools/android/bin/android_setup.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 """ 6 """
7 This file defines the configurations in which bench_pictures should be run 7 This file defines the configurations in which bench_pictures should be run
8 on various platforms. The buildbots read these configurations from the 8 on various platforms. The buildbots read these configurations from the
9 bench_pictures_cfg dictionary. Everything else in this file exists to help in 9 bench_pictures_cfg dictionary. Everything else in this file exists to help in
10 constructing that dictionary. 10 constructing that dictionary.
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 do_gpu=False), 114 do_gpu=False),
115 'xoom': AndroidConfigList((256, 256), 1.2244, [], (1200, 800)), 115 'xoom': AndroidConfigList((256, 256), 1.2244, [], (1200, 800)),
116 'galaxy_nexus': AndroidConfigList((256, 256), 0.8163, [], (800, 1280)) + \ 116 'galaxy_nexus': AndroidConfigList((256, 256), 0.8163, [], (800, 1280)) + \
117 [msaa4], 117 [msaa4],
118 'nexus_4': AndroidConfigList((256, 256), 0.7836, [], (768, 1280)), 118 'nexus_4': AndroidConfigList((256, 256), 0.7836, [], (768, 1280)),
119 'nexus_7': AndroidConfigList((256, 256), 1.3061, [2], (1280, 800)), 119 'nexus_7': AndroidConfigList((256, 256), 1.3061, [2], (1280, 800)),
120 'nexus_10': AndroidConfigList((512, 512), 2.6122, [], (2560, 1600), 120 'nexus_10': AndroidConfigList((512, 512), 2.6122, [], (2560, 1600),
121 do_gpu=False) + [msaa4], 121 do_gpu=False) + [msaa4],
122 'razr_i': AndroidConfigList((256, 256), 0.5510, [], (540, 960)) + \ 122 'razr_i': AndroidConfigList((256, 256), 0.5510, [], (540, 960)) + \
123 [msaa4], 123 [msaa4],
124 'intel_rhb': AndroidConfigList((256, 256), 0.5510, [], (540, 960)) + \
125 [msaa4],
124 } 126 }
OLDNEW
« no previous file with comments | « platform_tools/android/bin/android_setup.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698