Searched refs:has_transparent_background (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/cc/quads/
H A Drender_pass_unittest.cc32 bool has_transparent_background; member in struct:cc::__anon2694::RenderPassSize
48 EXPECT_EQ(expected->has_transparent_background,
49 actual->has_transparent_background);
71 bool has_transparent_background = true; local
78 has_transparent_background);
105 EXPECT_EQ(pass->has_transparent_background, copy->has_transparent_background);
123 bool has_transparent_background = true; local
130 has_transparent_background);
252 bool has_transparent_background local
[all...]
H A Drender_pass.cc36 RenderPass::RenderPass() : id(Id(-1, -1)), has_transparent_background(true) {
42 : id(Id(-1, -1)), has_transparent_background(true) {
61 has_transparent_background);
80 source->has_transparent_background);
135 bool has_transparent_background) {
143 this->has_transparent_background = has_transparent_background;
153 value->SetBoolean("has_transparent_background", has_transparent_background);
131 SetAll(Id id, const gfx::Rect& output_rect, const gfx::Rect& damage_rect, const gfx::Transform& transform_to_root_target, bool has_transparent_background) argument
H A Drender_pass.h87 bool has_transparent_background);
106 bool has_transparent_background; member in class:cc::RenderPass
/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator.cc100 source.has_transparent_background);
206 source.has_transparent_background);
/external/chromium_org/content/common/
H A Dcc_messages.cc296 WriteParam(m, p.has_transparent_background);
411 bool has_transparent_background; local
419 !ReadParam(m, iter, &has_transparent_background) ||
428 has_transparent_background);
527 LogParam(p.has_transparent_background, l);
H A Dcc_messages_unittest.cc55 EXPECT_EQ(a->has_transparent_background, b->has_transparent_background);
/external/chromium_org/cc/output/
H A Doverlay_unittest.cc105 bool has_transparent_background = true; local
112 has_transparent_background);
178 EXPECT_EQ(expected->has_transparent_background,
179 actual->has_transparent_background);
H A Dgl_renderer_unittest.cc346 root_pass->has_transparent_background = false;
565 root_pass->has_transparent_background = false;
611 root_pass->has_transparent_background = true;
1107 root_pass->has_transparent_background = false;
H A Dsoftware_renderer.cc242 if (frame->current_render_pass->has_transparent_background) {
H A Drenderer_pixeltest.cc1324 root_pass->has_transparent_background = false;
1499 pass->has_transparent_background = false;
1542 root_pass->has_transparent_background = false;
H A Dgl_renderer.cc411 DCHECK(!frame->current_render_pass->has_transparent_background);
417 if (frame->current_render_pass->has_transparent_background)
426 if (always_clear || frame->current_render_pass->has_transparent_background) {
845 !frame->current_render_pass->has_transparent_background;
/external/chromium_org/cc/trees/
H A Dlayer_tree_impl.h153 bool has_transparent_background() const { function in class:cc::LayerTreeImpl
H A Dlayer_tree_impl.cc216 target_tree->set_has_transparent_background(has_transparent_background());
H A Dlayer_tree_host_impl.cc896 if (!active_tree_->has_transparent_background()) {
897 frame->render_passes.back()->has_transparent_background = false;

Completed in 279 milliseconds