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 178 gpu_performance = graphics->mutable_performance_statistics(); local
179 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics);
180 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming);
181 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 771 gpu_performance = gpu->mutable_performance_statistics(); local
772 gpu_performance->set_graphics_score(gpu_info.performance_stats.graphics);
773 gpu_performance->set_gaming_score(gpu_info.performance_stats.gaming);
774 gpu_performance->set_overall_score(gpu_info.performance_stats.overall);
    [all...]

Completed in 87 milliseconds