| OLD | NEW |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 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 // This file is auto-generated from | 5 // This file is auto-generated from |
| 6 // gpu/config/process_json.py | 6 // gpu/config/process_json.py |
| 7 // It's formatted by clang-format using chromium coding style: | 7 // It's formatted by clang-format using chromium coding style: |
| 8 // clang-format -i -style=chromium filename | 8 // clang-format -i -style=chromium filename |
| 9 // DO NOT EDIT! | 9 // DO NOT EDIT! |
| 10 | 10 |
| 11 #include "content/browser/gpu/gpu_data_manager_testing_autogen.h" | 11 #include "content/browser/gpu/gpu_data_manager_testing_autogen.h" |
| 12 | 12 |
| 13 #include "content/browser/gpu/gpu_data_manager_testing_arrays_and_structs_autoge
n.h" | 13 #include "content/browser/gpu/gpu_data_manager_testing_arrays_and_structs_autoge
n.h" |
| 14 #include "content/browser/gpu/gpu_data_manager_testing_exceptions_autogen.h" | 14 #include "content/browser/gpu/gpu_data_manager_testing_exceptions_autogen.h" |
| 15 | 15 |
| 16 namespace gpu { | 16 namespace gpu { |
| 17 | 17 |
| 18 const char kGpuDataManagerTestingVersion[] = "1.0"; | 18 const char kGpuDataManagerTestingVersion[] = "1.0"; |
| 19 | 19 |
| 20 const size_t kGpuDataManagerTestingEntryCount = 10; | 20 const GpuControlList::Entry kGpuDataManagerTestingEntries[] = { |
| 21 const GpuControlList::Entry kGpuDataManagerTestingEntries[10] = { | |
| 22 { | 21 { |
| 23 1, // id | 22 1, // id |
| 24 "GpuDataManagerImplPrivateTest.GpuSideBlacklisting.0", | 23 "GpuDataManagerImplPrivateTest.GpuSideBlacklisting.0", |
| 25 arraysize(kFeatureListForEntry1), // features size | 24 arraysize(kFeatureListForEntry1), // features size |
| 26 kFeatureListForEntry1, // features | 25 kFeatureListForEntry1, // features |
| 27 0, // DisabledExtensions size | 26 0, // DisabledExtensions size |
| 28 nullptr, // DisabledExtensions | 27 nullptr, // DisabledExtensions |
| 29 0, // CrBugs size | 28 0, // CrBugs size |
| 30 nullptr, // CrBugs | 29 nullptr, // CrBugs |
| 31 { | 30 { |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 GpuControlList::kMultiGpuStyleNone, // multi_gpu_style | 272 GpuControlList::kMultiGpuStyleNone, // multi_gpu_style |
| 274 nullptr, // driver info | 273 nullptr, // driver info |
| 275 nullptr, // GL strings | 274 nullptr, // GL strings |
| 276 nullptr, // machine model info | 275 nullptr, // machine model info |
| 277 nullptr, // more conditions | 276 nullptr, // more conditions |
| 278 }, | 277 }, |
| 279 0, // exceptions count | 278 0, // exceptions count |
| 280 nullptr, // exceptions | 279 nullptr, // exceptions |
| 281 }, | 280 }, |
| 282 }; | 281 }; |
| 282 const size_t kGpuDataManagerTestingEntryCount = 10; |
| 283 } // namespace gpu | 283 } // namespace gpu |
| OLD | NEW |