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.h156 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.cc93 GpuPerformanceStats performance_stats; member in struct:gpu::GPUInfoKnownFields
150 // TODO(kbr): add performance_stats.
H A Dgpu_control_list.cc1206 (gpu_info.performance_stats.graphics == 0.0 ||
1207 !perf_graphics_info_->Contains(gpu_info.performance_stats.graphics)))
1210 (gpu_info.performance_stats.gaming == 0.0 ||
1211 !perf_gaming_info_->Contains(gpu_info.performance_stats.gaming)))
1214 (gpu_info.performance_stats.overall == 0.0 ||
1215 !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.cc566 gpu_info->performance_stats = RetrieveGpuPerformanceStatsWithHistograms();
/external/chromium_org/components/metrics/gpu/
H A Dgpu_metrics_provider.cc80 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics);
81 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming);
82 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.cc178 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics);
179 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming);
180 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
/external/chromium_org/content/browser/gpu/
H A Dgpu_internals_ui.cc218 base::StringPrintf("%.1f", gpu_info.performance_stats.graphics)));
221 base::StringPrintf("%.1f", gpu_info.performance_stats.gaming)));
224 base::StringPrintf("%.1f", gpu_info.performance_stats.overall)));
/external/chromium_org/content/common/gpu/
H A Dgpu_messages.h191 IPC_STRUCT_TRAITS_MEMBER(performance_stats)

Completed in 168 milliseconds