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

  /external/chromium_org/cc/quads/
render_pass_draw_quad.cc 31 const FilterOperations& background_filters) {
47 background_filters);
60 const FilterOperations& background_filters) {
71 this->background_filters = background_filters;
102 value->BeginDictionary("background_filters");
103 background_filters.AsValueInto(value);
render_pass_draw_quad.h 31 const FilterOperations& background_filters);
43 const FilterOperations& background_filters);
60 FilterOperations background_filters; member in class:cc::RenderPassDrawQuad
draw_quad_unittest.cc 424 FilterOperations background_filters; local
425 background_filters.Append(
438 background_filters,
447 EXPECT_EQ(background_filters, copy_quad->background_filters);
455 background_filters,
463 EXPECT_EQ(background_filters, copy_quad->background_filters);
763 FilterOperations background_filters; local
    [all...]
  /external/chromium_org/cc/trees/
damage_tracker.cc 398 if (layer->background_filters().HasFilterThatMovesPixels()) {
401 layer->background_filters());
occlusion_tracker.cc 268 contributing_layer->background_filters().GetOutsets(
342 if (old_target->background_filters().HasFilterThatMovesPixels()) {
376 if (!old_target->background_filters().HasFilterThatMovesPixels())
layer_tree_host_unittest_delegated.cc 173 const FilterOperations& background_filters) {
197 background_filters);
    [all...]
layer_tree_host.cc     [all...]
layer_tree_host_common.cc 582 if (!layer->filters().IsEmpty() || !layer->background_filters().IsEmpty()) {
    [all...]
  /external/chromium_org/cc/layers/
render_surface_impl.cc 237 owning_layer_->background_filters());
layer.h 158 const FilterOperations& background_filters() const { function in class:cc::Layer
layer_impl.h 240 const FilterOperations& background_filters() const { function in class:cc::LayerImpl
layer.cc 885 layer->SetBackgroundFilters(background_filters());
    [all...]
layer_impl.cc 517 layer->SetBackgroundFilters(background_filters());
    [all...]
  /external/chromium_org/content/common/
cc_messages.h 183 IPC_STRUCT_TRAITS_MEMBER(background_filters)
cc_messages_unittest.cc 160 EXPECT_EQ(a->background_filters, b->background_filters);
  /external/chromium_org/cc/output/
gl_renderer.cc 877 if (apply_background_filters && quad->background_filters.HasReferenceFilter())
886 quad->background_filters.GetOutsets(&top, &right, &bottom, &left);
905 quad->background_filters, device_background_texture->size());
    [all...]

Completed in 367 milliseconds