Home
last modified time | relevance | path

Searched refs:gpu_performance (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/metrics/gpu/
Dgpu_metrics_provider.cc79 gpu_performance = gpu->mutable_performance_statistics(); in ProvideSystemProfileMetrics() local
80 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics); in ProvideSystemProfileMetrics()
81 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming); in ProvideSystemProfileMetrics()
82 gpu_performance->set_overall_score(gpu_info.performance_stats.overall); in ProvideSystemProfileMetrics()
/external/chromium_org/components/autofill/content/browser/risk/
Dfingerprint.cc177 gpu_performance = graphics->mutable_performance_statistics(); in AddGpuInfoToFingerprint() local
178 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics); in AddGpuInfoToFingerprint()
179 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming); in AddGpuInfoToFingerprint()
180 gpu_performance->set_overall_score(gpu_info.performance_stats.overall); in AddGpuInfoToFingerprint()