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

  /external/chromium_org/gpu/config/
gpu_test_config.cc 146 GPUTestBotConfig::~GPUTestBotConfig() {
149 void GPUTestBotConfig::AddGPUVendor(uint32 gpu_vendor) {
154 bool GPUTestBotConfig::SetGPUInfo(const GPUInfo& gpu_info) {
164 bool GPUTestBotConfig::IsValid() const {
198 bool GPUTestBotConfig::Matches(const GPUTestConfig& config) const {
223 bool GPUTestBotConfig::Matches(const std::string& config_data) const {
232 bool GPUTestBotConfig::LoadCurrentConfig(const GPUInfo* gpu_info) {
262 bool GPUTestBotConfig::CurrentConfigMatches(const std::string& config_data) {
263 GPUTestBotConfig my_config
    [all...]
gpu_test_config.h 92 class GPU_EXPORT GPUTestBotConfig : public GPUTestConfig {
94 GPUTestBotConfig() { }
95 virtual ~GPUTestBotConfig();
gpu_test_expectations_parser.h 42 const GPUTestBotConfig& bot_config) const;
gpu_test_config_unittest.cc 35 GPUTestBotConfig config;
59 GPUTestBotConfig config;
87 GPUTestBotConfig config;
146 GPUTestBotConfig config;
246 GPUTestBotConfig config;
gpu_test_expectations_parser_unittest.cc 17 const GPUTestBotConfig& bot_config() const {
33 GPUTestBotConfig bot_config_;
gpu_test_expectations_parser.cc 205 const GPUTestBotConfig& bot_config) const {
  /external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc 73 if (gpu::GPUTestBotConfig::CurrentConfigMatches("XP"))
105 if (gpu::GPUTestBotConfig::CurrentConfigMatches("XP"))
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_test.cc 42 gpu::GPUTestBotConfig bot_config;

Completed in 1037 milliseconds