Home
last modified time | relevance | path

Searched refs:ContentLayer (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/cc/layers/
Dcontent_layer.cc52 scoped_refptr<ContentLayer> ContentLayer::Create(ContentLayerClient* client) { in Create()
53 return make_scoped_refptr(new ContentLayer(client)); in Create()
56 ContentLayer::ContentLayer(ContentLayerClient* client) in ContentLayer() function in cc::ContentLayer
62 ContentLayer::~ContentLayer() {} in ~ContentLayer()
64 bool ContentLayer::DrawsContent() const { in DrawsContent()
68 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) { in SetLayerTreeHost()
82 void ContentLayer::SetTexturePriorities( in SetTexturePriorities()
90 bool ContentLayer::Update(ResourceUpdateQueue* queue, in Update()
104 bool ContentLayer::NeedMoreUpdates() { in NeedMoreUpdates()
108 LayerUpdater* ContentLayer::Updater() const { in Updater()
[all …]
Dcontent_layer.h37 class CC_EXPORT ContentLayer : public TiledLayer {
39 static scoped_refptr<ContentLayer> Create(ContentLayerClient* client);
60 explicit ContentLayer(ContentLayerClient* client);
61 virtual ~ContentLayer();
76 DISALLOW_COPY_AND_ASSIGN(ContentLayer);
/external/chromium_org/cc/trees/
Dlayer_tree_host_pixeltest_readback.cc660 scoped_refptr<ContentLayer> background = ContentLayer::Create(&white_client_); in TEST_F()
665 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_); in TEST_F()
671 scoped_refptr<ContentLayer> blue = ContentLayer::Create(&blue_client_); in TEST_F()
691 scoped_refptr<ContentLayer> background = ContentLayer::Create(&white_client_); in TEST_F()
696 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_); in TEST_F()
702 scoped_refptr<ContentLayer> blue = ContentLayer::Create(&blue_client_); in TEST_F()
722 scoped_refptr<ContentLayer> background = ContentLayer::Create(&white_client_); in TEST_F()
727 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_); in TEST_F()
734 scoped_refptr<ContentLayer> blue = ContentLayer::Create(&blue_client_); in TEST_F()
755 scoped_refptr<ContentLayer> background = ContentLayer::Create(&white_client_); in TEST_F()
[all …]
Dlayer_tree_host_pixeltest_masks.cc55 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()
115 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()
132 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()
162 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()
202 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()
237 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()
Dlayer_tree_host_unittest_context.cc424 scoped_refptr<ContentLayer> content_;
509 scoped_refptr<ContentLayer> content_;
900 scoped_refptr<ContentLayer> content = ContentLayer::Create(&client_); in SetupTree()
917 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client_); in SetupTree()
921 scoped_refptr<ContentLayer> content_with_mask = in SetupTree()
922 ContentLayer::Create(&client_); in SetupTree()
Dlayer_tree_host_unittest.cc279 root_layer_(ContentLayer::Create(&client_)) { in LayerTreeHostTestSetNeedsRedrawRect()
328 scoped_refptr<ContentLayer> root_layer_;
648 root_layer_(ContentLayer::Create(&client_)) { in LayerTreeHostTestSetNextCommitForcesRedraw()
730 scoped_refptr<ContentLayer> root_layer_;
740 : root_layer_(ContentLayer::Create(&client_)) { in LayerTreeHostTestUndrawnLayersDamageLater()
823 scoped_refptr<ContentLayer> root_layer_;
1250 class ContentLayerWithUpdateTracking : public ContentLayer {
1262 bool updated = ContentLayer::Update(queue, occlusion); in Update()
1269 : ContentLayer(client), paint_contents_count_(0) { in ContentLayerWithUpdateTracking()
1313 class NoScaleContentLayer : public ContentLayer {
[all …]
Dlayer_tree_host_common_unittest.cc204 scoped_refptr<ContentLayer> CreateDrawableContentLayer( in CreateDrawableContentLayer()
206 scoped_refptr<ContentLayer> to_return = ContentLayer::Create(delegate); in CreateDrawableContentLayer()
3439 scoped_refptr<ContentLayer> render_surface1 = in TEST_F()
3441 scoped_refptr<ContentLayer> render_surface2 = in TEST_F()
3443 scoped_refptr<ContentLayer> child1 = CreateDrawableContentLayer(&client); in TEST_F()
3444 scoped_refptr<ContentLayer> child2 = CreateDrawableContentLayer(&client); in TEST_F()
3445 scoped_refptr<ContentLayer> child3 = CreateDrawableContentLayer(&client); in TEST_F()
6112 class NoScaleContentLayer : public ContentLayer {
6137 : ContentLayer(client) {} in NoScaleContentLayer()
6154 scoped_refptr<ContentLayer> parent = CreateDrawableContentLayer(&delegate); in TEST_F()
[all …]
Dlayer_tree_host_unittest_scroll.cc407 root_scroll_layer_ = ContentLayer::Create(&fake_content_layer_client_); in SetupTree()
418 child_layer_ = ContentLayer::Create(&fake_content_layer_client_); in SetupTree()
1091 ContentLayer::Create(&fake_content_layer_client_); in CreateScrollLayer()
/external/chromium_org/cc/test/
Dfake_content_layer.cc22 : ContentLayer(client), in FakeContentLayer()
41 bool updated = ContentLayer::Update(queue, occlusion); in Update()
52 ContentLayer::PushPropertiesTo(layer); in PushPropertiesTo()
57 ContentLayer::OnOutputSurfaceCreated(); in OnOutputSurfaceCreated()
Dfake_content_layer.h13 class FakeContentLayer : public ContentLayer {
Dlayer_tree_json_parser.cc44 new_layer = ContentLayer::Create(content_client); in ParseTreeFromValue()
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_content_layer_impl.cc18 using cc::ContentLayer;
33 layer_ = make_scoped_ptr(new WebLayerImpl(ContentLayer::Create(this))); in WebContentLayerImpl()
42 static_cast<ContentLayer*>(layer_->layer())->ClearClient(); in ~WebContentLayerImpl()
/external/chromium_org/ui/compositor/
Dlayer.cc473 scoped_refptr<cc::ContentLayer> new_layer = cc::ContentLayer::Create(this); in SwitchCCLayerForTest()
543 scoped_refptr<cc::ContentLayer> new_layer = cc::ContentLayer::Create(this); in SetShowPaintedContent()
909 content_layer_ = cc::ContentLayer::Create(this); in CreateWebLayer()
Dlayer.h34 class ContentLayer; variable
478 scoped_refptr<cc::ContentLayer> content_layer_;