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_state_machine.h 170 void SetSwapUsedIncompleteTile(bool used_incomplete_tile);
scheduler.h 86 void SetSwapUsedIncompleteTile(bool used_incomplete_tile);
scheduler.cc 202 void Scheduler::SetSwapUsedIncompleteTile(bool used_incomplete_tile) {
203 state_machine_.SetSwapUsedIncompleteTile(used_incomplete_tile);
scheduler_state_machine.cc     [all...]
scheduler_unittest.cc 176 scheduler_->SetSwapUsedIncompleteTile(true);
179 scheduler_->SetSwapUsedIncompleteTile(false);
    [all...]
  /external/chromium_org/cc/trees/
thread_proxy.cc 514 impl().scheduler->SetSwapUsedIncompleteTile(used_incomplete_tile);
    [all...]

Completed in 447 milliseconds