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

  /external/chromium_org/cc/output/
output_surface.cc 98 max_frames_pending_(0),
113 max_frames_pending_(0),
130 max_frames_pending_(0),
151 frame_rate_controller_->SetMaxSwapsPending(max_frames_pending_);
165 max_frames_pending_ = max_frames_pending;
210 (pending_swap_buffers_ >= max_frames_pending_ &&
211 max_frames_pending_ > 0)) {
output_surface.h 159 int max_frames_pending_; member in class:cc::OutputSurface

Completed in 40 milliseconds