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

  /external/chromium_org/content/common/gpu/
gpu_memory_manager.cc 50 bytes_allocated_historical_max_(0)
162 if (GetCurrentUsage() > bytes_allocated_historical_max_ +
164 bytes_allocated_historical_max_ = GetCurrentUsage();
253 bytes_allocated_historical_max_;
375 params.bytes_allocated_max = bytes_allocated_historical_max_;
gpu_memory_manager.h 179 uint64 bytes_allocated_historical_max_; member in class:content::GpuMemoryManager

Completed in 1016 milliseconds