Chromium Code Reviews| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 56 "1.1", | 56 "1.1", |
| 57 "--config", | 57 "--config", |
| 58 "565", | 58 "565", |
| 59 "8888", | 59 "8888", |
| 60 "gpu", | 60 "gpu", |
| 61 "nonrendering", | 61 "nonrendering", |
| 62 "angle", | 62 "angle", |
| 63 "hwui", | 63 "hwui", |
| 64 "msaa16", | 64 "msaa16", |
| 65 "nvprmsaa16", | 65 "nvprmsaa16", |
| 66 "--benchTileW", | 66 "--GPUbenchTileW", |
| 67 "256", | 67 "256", |
| 68 "--benchTileH", | 68 "--GPUbenchTileH", |
| 69 "256", | 69 "256", |
| 70 "--match", | 70 "--match", |
| 71 "~gradient", | 71 "~gradient", |
| 72 "~etc1bitmap" | 72 "~etc1bitmap" |
| 73 ], | |
| 74 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": [ | |
| 75 "--scales", | |
| 76 "1.0", | |
| 77 "1.1", | |
| 78 "--skps", | |
| 79 "ignore_skps", | |
| 80 "--config", | |
| 81 "565", | |
| 82 "8888", | |
| 83 "gpu", | |
| 84 "nonrendering", | |
| 85 "angle", | |
| 86 "hwui", | |
| 87 "msaa16", | |
| 88 "nvprmsaa16", | |
| 89 "--match", | |
| 90 "~blurroundrect", | |
| 91 "~patch_grid", | |
| 92 "~desk_carsvg", | |
| 93 "~keymobi", | |
| 94 "~path_hairline" | |
| 73 ] | 95 ] |
| 74 } | 96 } |
| OLD | NEW |