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

  /external/chromium_org/cc/test/
fake_layer_tree_host.h 42 void UpdateLayers(ResourceUpdateQueue* queue) {
43 LayerTreeHost::UpdateLayers(queue);
  /external/chromium_org/cc/debug/
micro_benchmark_controller_unittest.cc 73 layer_tree_host_->UpdateLayers(queue.get());
93 layer_tree_host_->UpdateLayers(queue.get());
108 layer_tree_host_->UpdateLayers(queue.get());
111 layer_tree_host_->UpdateLayers(queue.get());
  /external/chromium_org/cc/trees/
layer_tree_host.h 137 bool UpdateLayers(ResourceUpdateQueue* queue);
331 bool UpdateLayers(Layer* root_layer, ResourceUpdateQueue* queue);
layer_tree_host.cc 744 bool LayerTreeHost::UpdateLayers(ResourceUpdateQueue* queue) {
752 bool result = UpdateLayers(root_layer(), queue);
791 bool LayerTreeHost::UpdateLayers(Layer* root_layer,
793 TRACE_EVENT1("cc", "LayerTreeHost::UpdateLayers",
810 TRACE_EVENT0("cc", "LayerTreeHost::UpdateLayers::CalcDrawProps");
858 TRACE_EVENT0("cc", "LayerTreeHost::UpdateLayers::posting prepaint task");
    [all...]
single_thread_proxy.cc 455 layer_tree_host_->UpdateLayers(queue.get());
thread_proxy.cc 838 // re-paint them in UpdateLayers.
863 // UpdateLayers.
875 bool updated = layer_tree_host()->UpdateLayers(queue.get());
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc     [all...]

Completed in 144 milliseconds