Searched refs:performance_stats (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_blacklist_unittest.cc68 gpu_info_.performance_stats.graphics = 5.0;
69 gpu_info_.performance_stats.gaming = 5.0;
70 gpu_info_.performance_stats.overall = 5.0;
H A Dgpu_info.h145 GpuPerformanceStats performance_stats; member in struct:gpu::GPUInfo
H A Dgpu_driver_bug_list_unittest.cc39 gpu_info_.performance_stats.graphics = 5.0;
40 gpu_info_.performance_stats.gaming = 5.0;
41 gpu_info_.performance_stats.overall = 5.0;
H A Dgpu_control_list_unittest.cc60 gpu_info_.performance_stats.graphics = 5.0;
61 gpu_info_.performance_stats.gaming = 5.0;
62 gpu_info_.performance_stats.overall = 5.0;
H A Dgpu_info.cc74 GpuPerformanceStats performance_stats; member in struct:gpu::GPUInfoKnownFields
126 // TODO(kbr): add performance_stats.
H A Dgpu_control_list.cc1266 (gpu_info.performance_stats.graphics == 0.0 ||
1267 !perf_graphics_info_->Contains(gpu_info.performance_stats.graphics)))
1270 (gpu_info.performance_stats.gaming == 0.0 ||
1271 !perf_gaming_info_->Contains(gpu_info.performance_stats.gaming)))
1274 (gpu_info.performance_stats.overall == 0.0 ||
1275 !perf_overall_info_->Contains(gpu_info.performance_stats.overall)))
H A Dgpu_control_list_entry_unittest.cc62 gpu_info_.performance_stats.graphics = 5.0;
63 gpu_info_.performance_stats.gaming = 5.0;
64 gpu_info_.performance_stats.overall = 5.0;
H A Dgpu_info_collector_win.cc565 gpu_info->performance_stats = RetrieveGpuPerformanceStatsWithHistograms();
/external/chromium_org/chrome/browser/metrics/
H A Dgpu_metrics_provider.cc79 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics);
80 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming);
81 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.cc177 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics);
178 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming);
179 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
/external/chromium_org/content/browser/gpu/
H A Dgpu_internals_ui.cc176 base::StringPrintf("%.1f", gpu_info.performance_stats.graphics)));
179 base::StringPrintf("%.1f", gpu_info.performance_stats.gaming)));
182 base::StringPrintf("%.1f", gpu_info.performance_stats.overall)));
/external/chromium_org/content/common/gpu/
H A Dgpu_messages.h182 IPC_STRUCT_TRAITS_MEMBER(performance_stats)

Completed in 1357 milliseconds