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

  /external/chromium_org/cc/layers/
layer_iterator.h 32 // if (it.represents_contributing_render_surface())
95 bool represents_contributing_render_surface; member in struct:cc::LayerIteratorPosition
141 bool represents_contributing_render_surface() const { function in class:cc::LayerIterator
147 !represents_contributing_render_surface();
158 position.represents_contributing_render_surface =
159 represents_contributing_render_surface();
layer_iterator_unittest.cc 89 if (it.represents_contributing_render_surface())
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 60 else if (layer_iterator.represents_contributing_render_surface)
layer_tree_impl.cc 539 if (!it.represents_contributing_render_surface()) {
    [all...]
occlusion_tracker_unittest.cc 371 ASSERT_TRUE(layer_iterator_.represents_contributing_render_surface());
379 ASSERT_TRUE(layer_iterator_.represents_contributing_render_surface());
    [all...]
layer_tree_host_impl.cc 783 } else if (it.represents_contributing_render_surface() &&
    [all...]
layer_tree_host_common_unittest.cc     [all...]

Completed in 117 milliseconds