OLD | NEW |
1 { | 1 { |
2 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [ | 2 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [ |
3 "--scales", | 3 "--scales", |
4 "1.0", | 4 "1.0", |
5 "1.1", | 5 "1.1", |
6 "--config", | 6 "--config", |
7 "565", | 7 "565", |
8 "8888", | 8 "8888", |
9 "gpu", | 9 "gpu", |
10 "nonrendering", | 10 "nonrendering", |
(...skipping 16 matching lines...) Expand all Loading... |
27 "nonrendering", | 27 "nonrendering", |
28 "angle", | 28 "angle", |
29 "hwui", | 29 "hwui", |
30 "msaa4", | 30 "msaa4", |
31 "nvprmsaa4", | 31 "nvprmsaa4", |
32 "--match", | 32 "--match", |
33 "~blurroundrect", | 33 "~blurroundrect", |
34 "~patch_grid", | 34 "~patch_grid", |
35 "~desk_carsvg" | 35 "~desk_carsvg" |
36 ], | 36 ], |
| 37 "Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release": [ |
| 38 "--scales", |
| 39 "1.0", |
| 40 "1.1", |
| 41 "--config", |
| 42 "565", |
| 43 "8888", |
| 44 "gpu", |
| 45 "nonrendering", |
| 46 "angle", |
| 47 "hwui", |
| 48 "--match", |
| 49 "~blurroundrect", |
| 50 "~patch_grid", |
| 51 "~desk_carsvg", |
| 52 "~GLInstancedArraysBench" |
| 53 ], |
37 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [ | 54 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [ |
38 "--scales", | 55 "--scales", |
39 "1.0", | 56 "1.0", |
40 "1.1", | 57 "1.1", |
41 "--config", | 58 "--config", |
42 "565", | 59 "565", |
43 "8888", | 60 "8888", |
44 "gpu", | 61 "gpu", |
45 "nonrendering", | 62 "nonrendering", |
46 "angle", | 63 "angle", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 "msaa16", | 106 "msaa16", |
90 "nvprmsaa16", | 107 "nvprmsaa16", |
91 "--match", | 108 "--match", |
92 "~blurroundrect", | 109 "~blurroundrect", |
93 "~patch_grid", | 110 "~patch_grid", |
94 "~desk_carsvg", | 111 "~desk_carsvg", |
95 "~keymobi", | 112 "~keymobi", |
96 "~path_hairline" | 113 "~path_hairline" |
97 ] | 114 ] |
98 } | 115 } |
OLD | NEW |