Add Android config for Intel RHB
Corresponding buildbot change: https://codereview.chromium.org/22840005/ R=djsollen@google.com Review URL: https://codereview.chromium.org/23046003 git-svn-id: http://skia.googlecode.com/svn/trunk@10699 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
8027d99c20
commit
065224dbf3
@ -184,6 +184,11 @@ setup_device() {
|
||||
DEFINES="${DEFINES} skia_texture_cache_mb_limit=32"
|
||||
ANDROID_ARCH="arm"
|
||||
;;
|
||||
intel_rhb)
|
||||
DEFINES="${DEFINES} skia_arch_type=x86 skia_arch_width=32"
|
||||
DEFINES="${DEFINES} skia_texture_cache_mb_limit=32"
|
||||
ANDROID_ARCH="x86"
|
||||
;;
|
||||
razr_i)
|
||||
DEFINES="${DEFINES} skia_arch_type=x86 skia_arch_width=32"
|
||||
DEFINES="${DEFINES} skia_texture_cache_mb_limit=32"
|
||||
|
@ -121,4 +121,6 @@ bench_pictures_cfg = {
|
||||
do_gpu=False) + [msaa4],
|
||||
'razr_i': AndroidConfigList((256, 256), 0.5510, [], (540, 960)) + \
|
||||
[msaa4],
|
||||
'intel_rhb': AndroidConfigList((256, 256), 0.5510, [], (540, 960)) + \
|
||||
[msaa4],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user