Searched refs:has_occlusion_from_outside_target_surface (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/quads/
H A Drender_pass_unittest.cc32 bool has_occlusion_from_outside_target_surface; member in struct:cc::__anon4104::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);
H A Drender_pass.cc28 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);
63 SetAll(Id id, gfx::Rect output_rect, gfx::RectF damage_rect, const gfx::Transform& transform_to_root_target, bool has_transparent_background, bool has_occlusion_from_outside_target_surface) argument
H A Drender_pass.h85 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/
H A Dquad_culler.cc87 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;
H A Docclusion_tracker.h59 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;
H A Docclusion_tracker.cc517 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
[all...]
H A Docclusion_tracker_unittest.cc102 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
4419 &has_occlusion_from_outside_target_surface));
4420 EXPECT_TRUE(has_occlusion_from_outside_target_surface);
4422 has_occlusion_from_outside_target_surface = false;
4426 &has_occlusion_from_outside_target_surface));
4427 EXPECT_TRUE(has_occlusion_from_outside_target_surface);
4504 bool has_occlusion_from_outside_target_surface = false; local
[all...]
H A Dlayer_tree_host_impl.cc707 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;
H A Dlayer_tree_host_impl_unittest.cc4818 frame.render_passes[0]->has_occlusion_from_outside_target_surface);
4820 frame.render_passes[1]->has_occlusion_from_outside_target_surface);
/external/chromium_org/content/common/
H A Dcc_messages.cc339 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);
H A Dcc_messages_unittest.cc48 EXPECT_EQ(a->has_occlusion_from_outside_target_surface,
49 b->has_occlusion_from_outside_target_surface);
/external/chromium_org/cc/output/
H A Ddirect_renderer.cc360 !render_pass->has_occlusion_from_outside_target_surface);

Completed in 178 milliseconds