webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
gpu_test_config_mac.h
Go to the documentation of this file.
1 //
2 // Copyright 2015 The ANGLE Project Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5 //
6 // gpu_test_config_mac.h:
7 // Helper functions for gpu_test_config that have to be compiled in ObjectiveC++
8 //
9 
10 #ifndef GPU_TEST_EXPECTATIONS_GPU_TEST_CONFIG_MAC_H_
11 #define GPU_TEST_EXPECTATIONS_GPU_TEST_CONFIG_MAC_H_
12 
13 #include "gpu_info.h"
14 
15 namespace base {
16 
17 class SysInfo
18 {
19  public:
21  int32 *major_version, int32 *minor_version, int32 *bugfix_version);
22 };
23 
24 } // namespace base
25 
27 
28 #endif // GPU_TEST_EXPECTATIONS_GPU_TEST_CONFIG_MAC_H_
gpu::GPUInfo::GPUDevice GetActiveGPU()
Definition: gpu_test_config_mac.mm:52
static void OperatingSystemVersionNumbers(int32 *major_version, int32 *minor_version, int32 *bugfix_version)
Definition: gpu_test_config_mac.mm:14
Definition: safe_conversions.h:16
minor_version
Definition: versiongenerate.py:79
major_version
Definition: versiongenerate.py:78
Definition: gpu_test_config_mac.h:17
Definition: gpu_info.h:52
int32_t int32
Definition: angle_config.h:27