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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 "565", | 42 "565", |
43 "8888", | 43 "8888", |
44 "gpu", | 44 "gpu", |
45 "nonrendering", | 45 "nonrendering", |
46 "angle", | 46 "angle", |
47 "hwui", | 47 "hwui", |
48 "--match", | 48 "--match", |
49 "~blurroundrect", | 49 "~blurroundrect", |
50 "~patch_grid", | 50 "~patch_grid", |
51 "~desk_carsvg", | 51 "~desk_carsvg", |
52 "~GLInstancedArraysBench" | 52 "~GLInstancedArraysBench", |
| 53 "~GLVertexAttributesBench", |
| 54 "~GLVec4ScalarBench" |
53 ], | 55 ], |
54 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [ | 56 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [ |
55 "--scales", | 57 "--scales", |
56 "1.0", | 58 "1.0", |
57 "1.1", | 59 "1.1", |
58 "--config", | 60 "--config", |
59 "565", | 61 "565", |
60 "8888", | 62 "8888", |
61 "gpu", | 63 "gpu", |
62 "nonrendering", | 64 "nonrendering", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 "msaa16", | 108 "msaa16", |
107 "nvprmsaa16", | 109 "nvprmsaa16", |
108 "--match", | 110 "--match", |
109 "~blurroundrect", | 111 "~blurroundrect", |
110 "~patch_grid", | 112 "~patch_grid", |
111 "~desk_carsvg", | 113 "~desk_carsvg", |
112 "~keymobi", | 114 "~keymobi", |
113 "~path_hairline" | 115 "~path_hairline" |
114 ] | 116 ] |
115 } | 117 } |
OLD | NEW |