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 93 RenderSurfaceLayerList update_list; variable
107 &update_list,
150 LayerImplList update_list; local
162 &update_list,
layer_tree_host.cc 813 RenderSurfaceLayerList update_list; local
830 // that we won't be able to detect if a layer is part of |update_list|.
844 &update_list,
878 update_list, queue, &did_paint_content, &need_more_updates);
925 const RenderSurfaceLayerList& update_list) {
928 LayerIteratorType end = LayerIteratorType::End(&update_list);
929 for (LayerIteratorType it = LayerIteratorType::Begin(&update_list);
960 const RenderSurfaceLayerList& update_list) {
967 for (size_t i = 1; i < update_list.size(); ++i) {
968 Layer* render_surface_layer = update_list.at(i)
    [all...]

Completed in 57 milliseconds