Searched defs:background_filters (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/quads/
H A Drender_pass_draw_quad.h31 const FilterOperations& background_filters);
43 const FilterOperations& background_filters);
60 FilterOperations background_filters; member in class:cc::RenderPassDrawQuad
H A Drender_pass_draw_quad.cc31 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);
23 SetNew(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& visible_rect, RenderPassId render_pass_id, ResourceProvider::ResourceId mask_resource_id, const gfx::RectF& mask_uv_rect, const FilterOperations& filters, const gfx::Vector2dF& filters_scale, const FilterOperations& background_filters) argument
50 SetAll(const SharedQuadState* shared_quad_state, const gfx::Rect& rect, const gfx::Rect& opaque_rect, const gfx::Rect& visible_rect, bool needs_blending, RenderPassId render_pass_id, ResourceProvider::ResourceId mask_resource_id, const gfx::RectF& mask_uv_rect, const FilterOperations& filters, const gfx::Vector2dF& filters_scale, const FilterOperations& background_filters) argument
H A Ddraw_quad_unittest.cc424 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
764 background_filters
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_delegated.cc173 const FilterOperations& background_filters) {
197 background_filters);
168 AddRenderPass(DelegatedFrameData* frame, RenderPassId id, const gfx::Rect& output_rect, const gfx::Rect& damage_rect, const FilterOperations& filters, const FilterOperations& background_filters) argument
/external/chromium_org/cc/layers/
H A Dlayer.h158 const FilterOperations& background_filters() const { function in class:cc::Layer
H A Dlayer_impl.h240 const FilterOperations& background_filters() const { function in class:cc::LayerImpl

Completed in 549 milliseconds