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

  /external/chromium_org/content/browser/gpu/
gpu_process_host.h 251 GPUMemoryUmaStats uma_memory_stats_; member in class:content::GpuProcessHost
gpu_process_host.cc 508 uma_memory_stats_.client_count);
510 uma_memory_stats_.context_group_count);
513 uma_memory_stats_.bytes_allocated_current / 1024 / 1024, 1, 2000, 50);
516 uma_memory_stats_.bytes_allocated_max / 1024 / 1024, 1, 2000, 50);
519 uma_memory_stats_.bytes_limit / 1024 / 1024, 1, 2000, 50);
867 uma_memory_stats_ = stats;
    [all...]

Completed in 190 milliseconds