Home
last modified time | relevance | path

Searched refs:contributes_to_drawn_surface (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
Drender_surface.h93 bool contributes_to_drawn_surface() const { in contributes_to_drawn_surface() function
96 void set_contributes_to_drawn_surface(bool contributes_to_drawn_surface) { in set_contributes_to_drawn_surface() argument
97 contributes_to_drawn_surface_ = contributes_to_drawn_surface; in set_contributes_to_drawn_surface()
Drender_surface_impl.h111 bool contributes_to_drawn_surface() const { in contributes_to_drawn_surface() function
114 void set_contributes_to_drawn_surface(bool contributes_to_drawn_surface) { in set_contributes_to_drawn_surface() argument
115 contributes_to_drawn_surface_ = contributes_to_drawn_surface; in set_contributes_to_drawn_surface()
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl.cc743 render_surface->contributes_to_drawn_surface() || in CalculateRenderPasses()
810 it->render_surface()->contributes_to_drawn_surface()) { in CalculateRenderPasses()