Searched refs:background_filters (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/cc/quads/ |
D | render_pass_draw_quad.cc | 31 const FilterOperations& background_filters) { in SetNew() argument 47 background_filters); in SetNew() 60 const FilterOperations& background_filters) { in SetAll() argument 71 this->background_filters = background_filters; in SetAll() 103 background_filters.AsValueInto(value); in ExtendValue()
|
D | render_pass_draw_quad.h | 31 const FilterOperations& background_filters); 43 const FilterOperations& background_filters); 60 FilterOperations background_filters; variable
|
D | draw_quad_unittest.cc | 424 FilterOperations background_filters; in TEST() local 425 background_filters.Append( in TEST() 438 background_filters, in TEST() 447 EXPECT_EQ(background_filters, copy_quad->background_filters); in TEST() 455 background_filters, in TEST() 463 EXPECT_EQ(background_filters, copy_quad->background_filters); in TEST() 763 FilterOperations background_filters; in TEST_F() local 764 background_filters.Append( in TEST_F() 777 background_filters, in TEST_F()
|
/external/chromium_org/cc/trees/ |
D | damage_tracker.cc | 398 if (layer->background_filters().HasFilterThatMovesPixels()) { in ExtendDamageForRenderSurface() 401 layer->background_filters()); in ExtendDamageForRenderSurface()
|
D | occlusion_tracker.cc | 268 contributing_layer->background_filters().GetOutsets( in ReduceOcclusionBelowSurface() 342 if (old_target->background_filters().HasFilterThatMovesPixels()) { in LeaveToRenderTarget() 376 if (!old_target->background_filters().HasFilterThatMovesPixels()) in LeaveToRenderTarget()
|
D | layer_tree_host_unittest_delegated.cc | 173 const FilterOperations& background_filters) { in AddRenderPass() argument 197 background_filters); in AddRenderPass()
|
D | layer_tree_host.cc | 976 if (render_surface_layer->background_filters().IsEmpty()) in CalculateMemoryForRenderSurfaces()
|
D | layer_tree_host_common.cc | 582 if (!layer->filters().IsEmpty() || !layer->background_filters().IsEmpty()) { in SubtreeShouldRenderToSeparateSurface()
|
/external/chromium_org/cc/layers/ |
D | render_surface_impl.cc | 237 owning_layer_->background_filters()); in AppendQuads()
|
D | layer.h | 158 const FilterOperations& background_filters() const { in background_filters() function
|
D | layer_impl.h | 240 const FilterOperations& background_filters() const { in background_filters() function
|
D | layer.cc | 885 layer->SetBackgroundFilters(background_filters()); in PushPropertiesTo()
|
D | layer_impl.cc | 517 layer->SetBackgroundFilters(background_filters()); in PushPropertiesTo()
|
/external/chromium_org/content/common/ |
D | cc_messages.h | 183 IPC_STRUCT_TRAITS_MEMBER(background_filters)
|
D | cc_messages_unittest.cc | 160 EXPECT_EQ(a->background_filters, b->background_filters); in Compare()
|
/external/chromium_org/mojo/services/public/interfaces/surfaces/ |
D | quads.mojom | 46 // FilterOperations background_filters;
|
/external/chromium_org/cc/output/ |
D | gl_renderer.cc | 877 if (apply_background_filters && quad->background_filters.HasReferenceFilter()) in GetBackgroundWithFilters() 886 quad->background_filters.GetOutsets(&top, &right, &bottom, &left); in GetBackgroundWithFilters() 905 quad->background_filters, device_background_texture->size()); in GetBackgroundWithFilters() 998 !quad->background_filters.IsEmpty(); in DrawRenderPassQuad()
|