HomeSort by relevance Sort by last modified time
    Searched defs:update_list (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_common_perftest.cc 87 RenderSurfaceLayerList update_list; variable
101 &update_list,
144 LayerImplList update_list; local
156 &update_list,
layer_tree_host.cc 765 RenderSurfaceLayerList update_list; local
782 // that we won't be able to detect if a layer is part of |update_list|.
796 &update_list,
830 update_list, queue, &did_paint_content, &need_more_updates);
877 const RenderSurfaceLayerList& update_list) {
880 LayerIteratorType end = LayerIteratorType::End(&update_list);
881 for (LayerIteratorType it = LayerIteratorType::Begin(&update_list);
912 const RenderSurfaceLayerList& update_list) {
919 for (size_t i = 1; i < update_list.size(); ++i) {
920 Layer* render_surface_layer = update_list.at(i)
    [all...]

Completed in 541 milliseconds