Searched refs:UpdateLayers (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_layer_tree_host.h44 void UpdateLayers(ResourceUpdateQueue* queue) { function in class:cc::FakeLayerTreeHost
45 LayerTreeHost::UpdateLayers(queue);
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller_unittest.cc79 layer_tree_host_->UpdateLayers(queue.get());
99 layer_tree_host_->UpdateLayers(queue.get());
114 layer_tree_host_->UpdateLayers(queue.get());
117 layer_tree_host_->UpdateLayers(queue.get());
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h125 bool UpdateLayers(ResourceUpdateQueue* queue);
332 bool UpdateLayers(Layer* root_layer, ResourceUpdateQueue* queue);
H A Dlayer_tree_host.cc736 bool LayerTreeHost::UpdateLayers(ResourceUpdateQueue* queue) { function in class:cc::LayerTreeHost
744 bool result = UpdateLayers(root_layer(), queue);
808 bool LayerTreeHost::UpdateLayers(Layer* root_layer, function in class:cc::LayerTreeHost
810 TRACE_EVENT1("cc", "LayerTreeHost::UpdateLayers",
827 TRACE_EVENT0("cc", "LayerTreeHost::UpdateLayers::CalcDrawProps");
880 TRACE_EVENT0("cc", "LayerTreeHost::UpdateLayers::posting prepaint task");
H A Dsingle_thread_proxy.cc184 layer_tree_host_->UpdateLayers(queue.get());
H A Dthread_proxy.cc781 // re-paint them in UpdateLayers.
801 // UpdateLayers.
811 bool updated = layer_tree_host()->UpdateLayers(queue.get());
/external/chromium_org/cc/layers/
H A Dtiled_layer_unittest.cc1035 layer_tree_host_->UpdateLayers(queue_.get());
1046 layer_tree_host_->UpdateLayers(queue_.get());
1112 layer_tree_host_->UpdateLayers(queue_.get());
1128 layer_tree_host_->UpdateLayers(queue_.get());
1147 layer_tree_host_->UpdateLayers(queue_.get());
1172 layer_tree_host_->UpdateLayers(queue_.get());
1188 layer_tree_host_->UpdateLayers(queue_.get());
1525 layer_tree_host_->UpdateLayers(queue_.get());
1567 layer_tree_host_->UpdateLayers(queue_.get());
1609 layer_tree_host_->UpdateLayers(queue
[all...]

Completed in 137 milliseconds