HomeSort by relevance Sort by last modified time
    Searched full:has_transparent_background (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/cc/quads/
render_pass.cc 49 has_transparent_background(true),
56 has_transparent_background(true),
75 has_transparent_background);
94 source->has_transparent_background);
151 bool has_transparent_background) {
159 this->has_transparent_background = has_transparent_background;
174 value->SetBoolean("has_transparent_background", has_transparent_background);
render_pass_unittest.cc 32 bool has_transparent_background; member in struct:cc::__anon7365::RenderPassSize
48 EXPECT_EQ(expected->has_transparent_background,
49 actual->has_transparent_background);
72 bool has_transparent_background = true; local
79 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);
246 bool has_transparent_background = true local
    [all...]
render_pass.h 76 bool has_transparent_background);
106 bool has_transparent_background; member in class:cc::RenderPass
  /external/chromium_org/mojo/services/public/cpp/surfaces/
surfaces_utils.h 21 // transform_to_root_target set to identity and has_transparent_background set
  /external/chromium_org/mojo/services/public/cpp/surfaces/lib/
surfaces_utils.cc 33 pass->has_transparent_background = false;
surfaces_type_converters.cc 356 pass->has_transparent_background = input.has_transparent_background;
395 input->has_transparent_background);
  /external/chromium_org/mojo/services/public/cpp/surfaces/tests/
surface_unittest.cc 212 bool has_transparent_background = false; local
217 has_transparent_background);
290 EXPECT_EQ(has_transparent_background, mojo_pass->has_transparent_background);
302 EXPECT_EQ(has_transparent_background,
303 round_trip_pass->has_transparent_background);
  /external/chromium_org/mojo/services/html_viewer/
weblayertreeview_impl.cc 136 bool has_transparent_background) {
137 layer_tree_host_->set_has_transparent_background(has_transparent_background);
weblayertreeview_impl.h 73 bool has_transparent_background) OVERRIDE;
  /external/chromium_org/content/common/
cc_messages.cc 296 WriteParam(m, p.has_transparent_background);
414 bool has_transparent_background; local
422 !ReadParam(m, iter, &has_transparent_background) ||
431 has_transparent_background);
529 LogParam(p.has_transparent_background, l);
cc_messages_unittest.cc 56 EXPECT_EQ(a->has_transparent_background, b->has_transparent_background);
  /external/chromium_org/cc/surfaces/
surface_aggregator.cc 199 source.has_transparent_background);
340 source.has_transparent_background);
  /external/chromium_org/cc/output/
overlay_unittest.cc 113 bool has_transparent_background = true; local
120 has_transparent_background);
202 EXPECT_EQ(expected->has_transparent_background,
203 actual->has_transparent_background);
gl_renderer_unittest.cc 349 root_pass->has_transparent_background = false;
586 root_pass->has_transparent_background = false;
638 root_pass->has_transparent_background = true;
    [all...]
software_renderer.cc 201 if (frame->current_render_pass->has_transparent_background) {
renderer_pixeltest.cc     [all...]
gl_renderer.cc 399 DCHECK(!frame->current_render_pass->has_transparent_background);
405 if (frame->current_render_pass->has_transparent_background)
414 if (always_clear || frame->current_render_pass->has_transparent_background) {
872 !frame->current_render_pass->has_transparent_background;
    [all...]
  /external/chromium_org/mojo/services/public/interfaces/surfaces/
quads.mojom 205 bool has_transparent_background;
  /external/chromium_org/cc/trees/
layer_tree_impl.h 160 bool has_transparent_background() const { function in class:cc::LayerTreeImpl
layer_tree_impl.cc 238 target_tree->set_has_transparent_background(has_transparent_background());
    [all...]
layer_tree_host_impl.cc     [all...]

Completed in 1008 milliseconds