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

  /external/chromium_org/cc/scheduler/
scheduler.h 89 void SetSwapUsedIncompleteTile(bool used_incomplete_tile);
scheduler_state_machine.h 175 void SetSwapUsedIncompleteTile(bool used_incomplete_tile);
scheduler.cc 209 void Scheduler::SetSwapUsedIncompleteTile(bool used_incomplete_tile) {
210 state_machine_.SetSwapUsedIncompleteTile(used_incomplete_tile);
scheduler_state_machine.cc     [all...]
scheduler_unittest.cc 159 scheduler_->SetSwapUsedIncompleteTile(true);
162 scheduler_->SetSwapUsedIncompleteTile(false);
    [all...]
  /external/chromium_org/cc/trees/
thread_proxy.cc 503 impl().scheduler->SetSwapUsedIncompleteTile(used_incomplete_tile);
    [all...]

Completed in 3102 milliseconds