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

  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 185 gpu_performance = graphics->mutable_performance_statistics(); local
186 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics);
187 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming);
188 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 768 gpu_performance = gpu->mutable_performance_statistics(); local
769 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics);
770 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming);
771 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
    [all...]

Completed in 173 milliseconds