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

  /external/chromium_org/cc/output/
output_surface.cc 52 gpu_latency_history_(kGpuLatencyHistorySize) {
61 gpu_latency_history_(kGpuLatencyHistorySize) {
72 gpu_latency_history_(kGpuLatencyHistorySize) {
276 return gpu_latency_history_.Percentile(kGpuLatencyEstimationPercentile);
307 gpu_latency_history_.InsertSample(latency);
output_surface.h 190 RollingTimeDeltaHistory gpu_latency_history_; member in class:cc::OutputSurface

Completed in 49 milliseconds