HomeSort by relevance Sort by last modified time
    Searched defs:GPUTestBotConfig (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/config/
gpu_test_config.cc 138 GPUTestBotConfig::~GPUTestBotConfig() {
141 void GPUTestBotConfig::AddGPUVendor(uint32 gpu_vendor) {
146 bool GPUTestBotConfig::SetGPUInfo(const GPUInfo& gpu_info) {
156 bool GPUTestBotConfig::IsValid() const {
189 bool GPUTestBotConfig::Matches(const GPUTestConfig& config) const {
214 bool GPUTestBotConfig::Matches(const std::string& config_data) const {
223 bool GPUTestBotConfig::LoadCurrentConfig(const GPUInfo* gpu_info) {
251 bool GPUTestBotConfig::CurrentConfigMatches(const std::string& config_data) {
252 GPUTestBotConfig my_config
    [all...]
gpu_test_config.h 91 class GPU_EXPORT GPUTestBotConfig : public GPUTestConfig {
93 GPUTestBotConfig() { }
94 virtual ~GPUTestBotConfig();

Completed in 561 milliseconds