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

  /external/chromium_org/content/browser/gpu/
webgl_conformance_test.cc 49 ASSERT_TRUE(bot_config_.LoadCurrentConfig(NULL))
51 ASSERT_TRUE(bot_config_.IsValid())
64 test_expectations_.GetTestExpectation(test_name, bot_config_);
82 gpu::GPUTestBotConfig bot_config_; member in class:content::WebGLConformanceTest
  /external/chromium_org/gpu/config/
gpu_test_expectations_parser_unittest.cc 18 return bot_config_;
23 bot_config_.set_os(GPUTestConfig::kOsWin7);
24 bot_config_.set_build_type(GPUTestConfig::kBuildTypeRelease);
25 bot_config_.AddGPUVendor(0x10de);
26 bot_config_.set_gpu_device_id(0x0640);
27 ASSERT_TRUE(bot_config_.IsValid());
33 GPUTestBotConfig bot_config_; member in class:gpu::GPUTestExpectationsParserTest

Completed in 1844 milliseconds