#include <gpu_test_config.h>
|
enum | OS {
kOsUnknown = 0,
kOsWinXP = 1 << 0,
kOsWinVista = 1 << 1,
kOsWin7 = 1 << 2,
kOsWin8 = 1 << 3,
kOsMacLeopard = 1 << 4,
kOsMacSnowLeopard = 1 << 5,
kOsMacLion = 1 << 6,
kOsMacMountainLion = 1 << 7,
kOsMacMavericks = 1 << 8,
kOsMacYosemite = 1 << 9,
kOsMacElCapitan = 1 << 10,
kOsMac,
kOsLinux = 1 << 11,
kOsChromeOS = 1 << 12,
kOsAndroid = 1 << 13,
kOsWin10 = 1 << 14,
kOsWin = kOsWinXP | kOsWinVista | kOsWin7 | kOsWin8 | kOsWin10
} |
|
enum | BuildType { kBuildTypeUnknown = 0,
kBuildTypeRelease = 1 << 0,
kBuildTypeDebug = 1 << 1
} |
|
enum | API {
kAPIUnknown = 0,
kAPID3D9 = 1 << 0,
kAPID3D11 = 1 << 1,
kAPIGLDesktop = 1 << 2,
kAPIGLES = 1 << 3
} |
|
void | ClearGPUVendor () |
|
bool | validate_gpu_info_ |
|
◆ GPUTestBotConfig()
gpu::GPUTestBotConfig::GPUTestBotConfig |
( |
| ) |
|
|
inline |
◆ ~GPUTestBotConfig()
gpu::GPUTestBotConfig::~GPUTestBotConfig |
( |
| ) |
|
|
override |
◆ AddGPUVendor()
void gpu::GPUTestBotConfig::AddGPUVendor |
( |
uint32 |
gpu_vendor | ) |
|
|
overridevirtual |
◆ CurrentConfigMatches() [1/2]
bool gpu::GPUTestBotConfig::CurrentConfigMatches |
( |
const std::string & |
config_data | ) |
|
|
static |
◆ CurrentConfigMatches() [2/2]
bool gpu::GPUTestBotConfig::CurrentConfigMatches |
( |
const std::vector< std::string > & |
configs | ) |
|
|
static |
◆ IsValid()
bool gpu::GPUTestBotConfig::IsValid |
( |
| ) |
const |
|
overridevirtual |
◆ LoadCurrentConfig()
bool gpu::GPUTestBotConfig::LoadCurrentConfig |
( |
const GPUInfo * |
gpu_info | ) |
|
◆ Matches() [1/2]
bool gpu::GPUTestBotConfig::Matches |
( |
const GPUTestConfig & |
config | ) |
const |
◆ Matches() [2/2]
bool gpu::GPUTestBotConfig::Matches |
( |
const std::string & |
config_data | ) |
const |
◆ SetGPUInfo()
bool gpu::GPUTestBotConfig::SetGPUInfo |
( |
const GPUInfo & |
gpu_info | ) |
|
The documentation for this class was generated from the following files: