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

  /external/chromium_org/cc/trees/
layer_tree_host.cc 106 num_failed_recreate_attempts_(0),
208 ++num_failed_recreate_attempts_;
209 if (num_failed_recreate_attempts_ >= 5)
421 client_->RequestNewOutputSurface(num_failed_recreate_attempts_ >= 4);
452 num_failed_recreate_attempts_ = 0;
    [all...]
layer_tree_host.h 377 int num_failed_recreate_attempts_; member in class:cc::LayerTreeHost

Completed in 38 milliseconds