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

  /external/chromium_org/cc/quads/
render_pass_draw_quad.cc 46 const FilterOperations& background_filters) {
56 background_filters);
72 const FilterOperations& background_filters) {
85 this->background_filters = background_filters;
112 value->Set("background_filters", background_filters.AsValue().release());
render_pass_draw_quad.h 32 const FilterOperations& background_filters);
46 const FilterOperations& background_filters);
66 FilterOperations background_filters; member in class:cc::RenderPassDrawQuad
draw_quad_unittest.cc 366 FilterOperations background_filters; local
367 background_filters.Append(
383 background_filters,
394 EXPECT_EQ(background_filters, copy_quad->background_filters);
404 background_filters,
415 EXPECT_EQ(background_filters, copy_quad->background_filters);
772 FilterOperations background_filters; local
773 background_filters.Append
    [all...]
  /external/chromium_org/cc/trees/
damage_tracker.cc 393 if (layer->background_filters().HasFilterThatMovesPixels()) {
396 layer->background_filters());
occlusion_tracker.cc 271 contributing_layer->background_filters().GetOutsets(
351 if (old_target->background_filters().HasFilterThatMovesPixels()) {
384 if (!old_target->background_filters().HasFilterThatMovesPixels())
layer_tree_host.cc 899 if (render_surface_layer->background_filters().IsEmpty())
    [all...]
layer_tree_host_common.cc 343 if (!layer->filters().IsEmpty() || !layer->background_filters().IsEmpty() ||
    [all...]
  /external/chromium_org/cc/layers/
render_surface_impl.cc 232 owning_layer_->background_filters());
layer.h 127 const FilterOperations& background_filters() const { function in class:cc::Layer
layer_impl.h 159 const FilterOperations& background_filters() const { function in class:cc::LayerImpl
layer.cc 756 layer->SetBackgroundFilters(background_filters());
layer_impl.cc 403 layer->SetBackgroundFilters(background_filters());
    [all...]
  /external/chromium_org/content/common/
cc_messages.h 160 IPC_STRUCT_TRAITS_MEMBER(background_filters)
cc_messages_unittest.cc 144 EXPECT_EQ(a->background_filters, b->background_filters);
  /external/chromium_org/cc/output/
gl_renderer.cc 629 RenderSurfaceFilters::Optimize(quad->background_filters);
744 if (!quad->background_filters.IsEmpty()) {
    [all...]

Completed in 167 milliseconds