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

  /external/chromium_org/gpu/config/
gpu_test_config_unittest.cc 54 config.AddGPUVendor(0x10de);
64 config.AddGPUVendor(0x10de);
90 config.AddGPUVendor(0x10de);
110 config2.AddGPUVendor(0x10de);
112 config2.AddGPUVendor(0x1004);
117 config2.AddGPUVendor(0x8086);
137 config2.AddGPUVendor(0x10de);
149 config.AddGPUVendor(0x10de);
201 config.AddGPUVendor(0x10de);
207 config2.AddGPUVendor(0x1086)
    [all...]
gpu_test_config.h 53 virtual void AddGPUVendor(uint32 gpu_vendor);
98 virtual void AddGPUVendor(uint32 gpu_vendor) OVERRIDE;
gpu_test_config.cc 85 void GPUTestConfig::AddGPUVendor(uint32 gpu_vendor) {
149 void GPUTestBotConfig::AddGPUVendor(uint32 gpu_vendor) {
151 GPUTestConfig::AddGPUVendor(gpu_vendor);
159 AddGPUVendor(gpu_info.gpu.vendor_id);
gpu_test_expectations_parser_unittest.cc 25 bot_config_.AddGPUVendor(0x10de);
gpu_test_expectations_parser.cc 429 config->AddGPUVendor(gpu_vendor);

Completed in 47 milliseconds