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

  /external/chromium_org/content/common/gpu/
gpu_memory_manager.cc 159 GetCurrentUsage());
162 if (GetCurrentUsage() > bytes_allocated_historical_max_ +
164 bytes_allocated_historical_max_ = GetCurrentUsage();
247 base::GetCurrentProcId()].video_memory = GetCurrentUsage();
251 video_memory_usage_stats->bytes_allocated = GetCurrentUsage();
374 params.bytes_allocated_current = GetCurrentUsage();
gpu_memory_manager.h 126 uint64 GetCurrentUsage() const {

Completed in 43 milliseconds