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

  /external/chromium_org/cc/trees/
quad_culler.cc 87 bool has_occlusion_from_outside_target_surface; local
95 &has_occlusion_from_outside_target_surface);
104 &has_occlusion_from_outside_target_surface);
108 has_occlusion_from_outside_target_surface;
occlusion_tracker_unittest.cc 102 bool* has_occlusion_from_outside_target_surface) const {
109 has_occlusion_from_outside_target_surface);
122 bool* has_occlusion_from_outside_target_surface) const {
130 has_occlusion_from_outside_target_surface);
4414 bool has_occlusion_from_outside_target_surface = false; local
4504 bool has_occlusion_from_outside_target_surface = false; local
    [all...]
layer_tree_host_impl.cc 707 bool has_occlusion_from_outside_target_surface; local
716 &has_occlusion_from_outside_target_surface)) {
718 has_occlusion_from_outside_target_surface;
753 target_render_pass->has_occlusion_from_outside_target_surface = true;
    [all...]
  /external/chromium_org/cc/quads/
render_pass_unittest.cc 32 bool has_occlusion_from_outside_target_surface; member in struct:cc::__anon6510::RenderPassSize
43 bool has_occlusion_from_outside_target_surface = true; local
51 has_occlusion_from_outside_target_surface);
74 EXPECT_EQ(pass->has_occlusion_from_outside_target_surface,
75 copy->has_occlusion_from_outside_target_surface);
render_pass.h 85 bool has_occlusion_from_outside_target_surface);
105 bool has_occlusion_from_outside_target_surface; member in class:cc::RenderPass
  /external/chromium_org/content/common/
cc_messages.cc 339 WriteParam(m, p.has_occlusion_from_outside_target_surface);
431 bool has_occlusion_from_outside_target_surface; local
440 !ReadParam(m, iter, &has_occlusion_from_outside_target_surface) ||
450 has_occlusion_from_outside_target_surface);
535 LogParam(p.has_occlusion_from_outside_target_surface, l);

Completed in 197 milliseconds