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 44 void UpdateLayers(ResourceUpdateQueue* queue) {
45 LayerTreeHost::UpdateLayers(queue);
  /external/chromium_org/cc/debug/
micro_benchmark_controller_unittest.cc 79 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/
layer_tree_host.h 125 bool UpdateLayers(ResourceUpdateQueue* queue);
332 bool UpdateLayers(Layer* root_layer, ResourceUpdateQueue* queue);
layer_tree_host.cc 736 bool LayerTreeHost::UpdateLayers(ResourceUpdateQueue* queue) {
744 bool result = UpdateLayers(root_layer(), queue);
808 bool LayerTreeHost::UpdateLayers(Layer* root_layer,
810 TRACE_EVENT1("cc", "LayerTreeHost::UpdateLayers",
827 TRACE_EVENT0("cc", "LayerTreeHost::UpdateLayers::CalcDrawProps");
880 TRACE_EVENT0("cc", "LayerTreeHost::UpdateLayers::posting prepaint task");
    [all...]
single_thread_proxy.cc 184 layer_tree_host_->UpdateLayers(queue.get());
thread_proxy.cc 781 // re-paint them in UpdateLayers.
801 // UpdateLayers.
811 bool updated = layer_tree_host()->UpdateLayers(queue.get());
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc     [all...]

Completed in 221 milliseconds