Searched defs:gpu_vendor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_test_config.cc85 void GPUTestConfig::AddGPUVendor(uint32 gpu_vendor) { argument
86 DCHECK_NE(0u, gpu_vendor);
88 DCHECK_NE(gpu_vendor_[i], gpu_vendor);
89 gpu_vendor_.push_back(gpu_vendor);
149 void GPUTestBotConfig::AddGPUVendor(uint32 gpu_vendor) { argument
150 DCHECK_EQ(0u, GPUTestConfig::gpu_vendor().size());
151 GPUTestConfig::AddGPUVendor(gpu_vendor);
183 if (gpu_vendor().size() != 1 || gpu_vendor()[0] == 0)
203 if (config.gpu_vendor()
[all...]
H A Dgpu_test_config.h53 virtual void AddGPUVendor(uint32 gpu_vendor);
56 const std::vector<uint32>& gpu_vendor() const { return gpu_vendor_; } function in class:gpu::GPUTestConfig
97 // This should only be called when no gpu_vendor is added.
98 virtual void AddGPUVendor(uint32 gpu_vendor) OVERRIDE;
H A Dgpu_test_expectations_parser.cc419 uint32 gpu_vendor = local
421 for (size_t i = 0; i < config->gpu_vendor().size(); ++i) {
422 if (config->gpu_vendor()[i] == gpu_vendor) {
429 config->AddGPUVendor(gpu_vendor);

Completed in 72 milliseconds