HomeSort by relevance Sort by last modified time
    Searched full:performance_stats (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/gpu/config/
gpu_blacklist_unittest.cc 67 gpu_info_.performance_stats.graphics = 5.0;
68 gpu_info_.performance_stats.gaming = 5.0;
69 gpu_info_.performance_stats.overall = 5.0;
gpu_driver_bug_list_unittest.cc 37 gpu_info_.performance_stats.graphics = 5.0;
38 gpu_info_.performance_stats.gaming = 5.0;
39 gpu_info_.performance_stats.overall = 5.0;
gpu_switching_list_unittest.cc 40 gpu_info_.performance_stats.graphics = 5.0;
41 gpu_info_.performance_stats.gaming = 5.0;
42 gpu_info_.performance_stats.overall = 5.0;
gpu_control_list_unittest.cc 60 gpu_info_.performance_stats.graphics = 5.0;
61 gpu_info_.performance_stats.gaming = 5.0;
62 gpu_info_.performance_stats.overall = 5.0;
gpu_control_list_entry_unittest.cc 61 gpu_info_.performance_stats.graphics = 5.0;
62 gpu_info_.performance_stats.gaming = 5.0;
63 gpu_info_.performance_stats.overall = 5.0;
gpu_info.h 132 GpuPerformanceStats performance_stats; member in struct:gpu::GPUInfo
gpu_control_list.cc     [all...]
gpu_info_collector_win.cc 554 gpu_info->performance_stats = RetrieveGpuPerformanceStatsWithHistograms();
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 144 u32 performance_stats; member in struct:vdec_frame_info
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 144 u32 performance_stats; member in struct:vdec_frame_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 168 u32 performance_stats; /* performance statistics returned by decoder */ member in struct:vdec_frame_info
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 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/content/browser/gpu/
gpu_internals_ui.cc 177 base::StringPrintf("%.1f", gpu_info.performance_stats.graphics)));
180 base::StringPrintf("%.1f", gpu_info.performance_stats.gaming)));
183 base::StringPrintf("%.1f", gpu_info.performance_stats.overall)));
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 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...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 199 u32 performance_stats; member in struct:vdec_frame_info
  /external/chromium_org/content/common/gpu/
gpu_messages.h 156 IPC_STRUCT_TRAITS_MEMBER(performance_stats)

Completed in 2186 milliseconds