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

  /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.cc 28 has_occlusion_from_outside_target_surface(false) {}
43 has_occlusion_from_outside_target_surface);
68 bool has_occlusion_from_outside_target_surface) {
77 this->has_occlusion_from_outside_target_surface =
78 has_occlusion_from_outside_target_surface;
89 value->SetBoolean("has_occlusion_from_outside_target_surface",
90 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/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.h 59 bool* has_occlusion_from_outside_target_surface) const;
73 bool* has_occlusion_from_outside_target_surface) const;
82 bool* has_occlusion_from_outside_target_surface) const;
occlusion_tracker.cc 517 bool* has_occlusion_from_outside_target_surface) const {
518 if (has_occlusion_from_outside_target_surface)
519 *has_occlusion_from_outside_target_surface = false;
568 if (has_occlusion_from_outside_target_surface) {
570 *has_occlusion_from_outside_target_surface = !gfx::SubtractRects(
587 bool* has_occlusion_from_outside_target_surface) const {
588 if (has_occlusion_from_outside_target_surface)
589 *has_occlusion_from_outside_target_surface = false;
642 if (has_occlusion_from_outside_target_surface) {
644 *has_occlusion_from_outside_target_surface = !gfx::SubtractRects
    [all...]
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...]
layer_tree_host_impl_unittest.cc     [all...]
  /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);
cc_messages_unittest.cc 48 EXPECT_EQ(a->has_occlusion_from_outside_target_surface,
49 b->has_occlusion_from_outside_target_surface);
  /external/chromium_org/cc/output/
direct_renderer.cc 360 !render_pass->has_occlusion_from_outside_target_surface);

Completed in 144 milliseconds