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

  /external/chromium_org/gpu/config/
gpu_performance_stats.h 12 struct GPU_EXPORT GpuPerformanceStats {
13 GpuPerformanceStats() : graphics(0.f), gaming(0.f), overall(0.f) {}
gpu_info.h 132 GpuPerformanceStats performance_stats;
gpu_info_collector_win.cc 64 GpuPerformanceStats RetrieveGpuPerformanceStats() {
70 GpuPerformanceStats stats;
151 GpuPerformanceStats RetrieveGpuPerformanceStatsWithHistograms() {
154 GpuPerformanceStats stats = RetrieveGpuPerformanceStats();
  /external/chromium_org/content/common/gpu/
gpu_messages.h 118 IPC_STRUCT_TRAITS_BEGIN(gpu::GpuPerformanceStats)

Completed in 231 milliseconds