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

  /external/chromium_org/cc/resources/
tile_manager_perftest.cc 413 tile_manager()->ManageTiles(global_state);
441 TEST_F(TileManagerPerfTest, ManageTiles) {
tile_manager.h 105 void ManageTiles(const GlobalStateThatImpactsTilePriority& state);
tile_manager.cc 675 void TileManager::ManageTiles(const GlobalStateThatImpactsTilePriority& state) {
676 TRACE_EVENT0("cc", "TileManager::ManageTiles");
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 177 layer_tree_host_impl_->ManageTiles();
349 ManageTiles();
422 void LayerTreeHostImpl::ManageTiles() {
429 tile_manager_->ManageTiles(global_tile_state_);
    [all...]
layer_tree_host_impl.h 192 virtual void ManageTiles();
thread_proxy.cc     [all...]
  /external/chromium_org/cc/scheduler/
scheduler_unittest.cc 701 TEST(SchedulerTest, ManageTiles) {
710 // Request both draw and manage tiles. ManageTiles shouldn't
742 // Request a draw. We don't need a ManageTiles yet.
759 // then the ManageTiles action will be triggered after the Draw.
760 // Afterwards, neither a draw nor ManageTiles are pending.
784 // Now trigger a ManageTiles outside of a draw. We will then need
785 // a begin-frame for the ManageTiles, but we don't need a draw.
793 // BeginImplFrame. There will be no draw, only ManageTiles.
806 // Test that ManageTiles only happens once per frame. If an external caller
807 // initiates it, then the state machine should not ManageTiles on that frame
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc     [all...]

Completed in 665 milliseconds