| 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 "gpu/config/gpu_control_list_testing_autogen.h" | 11 #include "gpu/config/gpu_control_list_testing_autogen.h" |
| 12 | 12 |
| 13 #include "gpu/config/gpu_control_list_testing_arrays_and_structs_autogen.h" | 13 #include "gpu/config/gpu_control_list_testing_arrays_and_structs_autogen.h" |
| 14 #include "gpu/config/gpu_control_list_testing_exceptions_autogen.h" | 14 #include "gpu/config/gpu_control_list_testing_exceptions_autogen.h" |
| 15 | 15 |
| 16 namespace gpu { | 16 namespace gpu { |
| 17 | 17 |
| 18 const char kGpuControlListTestingVersion[] = "1.0"; | 18 const char kGpuControlListTestingVersion[] = "1.0"; |
| 19 | 19 |
| 20 const size_t kGpuControlListTestingEntryCount = 58; | 20 const GpuControlList::Entry kGpuControlListTestingEntries[] = { |
| 21 const GpuControlList::Entry kGpuControlListTestingEntries[58] = { | |
| 22 { | 21 { |
| 23 1, // id | 22 1, // id |
| 24 "GpuControlListEntryTest.DetailedEntry", | 23 "GpuControlListEntryTest.DetailedEntry", |
| 25 arraysize(kFeatureListForEntry1), // features size | 24 arraysize(kFeatureListForEntry1), // features size |
| 26 kFeatureListForEntry1, // features | 25 kFeatureListForEntry1, // features |
| 27 arraysize(kDisabledExtensionsForEntry1), // DisabledExtensions size | 26 arraysize(kDisabledExtensionsForEntry1), // DisabledExtensions size |
| 28 kDisabledExtensionsForEntry1, // DisabledExtensions | 27 kDisabledExtensionsForEntry1, // DisabledExtensions |
| 29 arraysize(kCrBugsForEntry1), // CrBugs size | 28 arraysize(kCrBugsForEntry1), // CrBugs size |
| 30 kCrBugsForEntry1, // CrBugs | 29 kCrBugsForEntry1, // CrBugs |
| 31 { | 30 { |
| (...skipping 1491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1523 GpuControlList::kMultiGpuStyleNone, // multi_gpu_style | 1522 GpuControlList::kMultiGpuStyleNone, // multi_gpu_style |
| 1524 nullptr, // driver info | 1523 nullptr, // driver info |
| 1525 nullptr, // GL strings | 1524 nullptr, // GL strings |
| 1526 nullptr, // machine model info | 1525 nullptr, // machine model info |
| 1527 nullptr, // more conditions | 1526 nullptr, // more conditions |
| 1528 }, | 1527 }, |
| 1529 0, // exceptions count | 1528 0, // exceptions count |
| 1530 nullptr, // exceptions | 1529 nullptr, // exceptions |
| 1531 }, | 1530 }, |
| 1532 }; | 1531 }; |
| 1532 const size_t kGpuControlListTestingEntryCount = 58; |
| 1533 } // namespace gpu | 1533 } // namespace gpu |
| OLD | NEW |