Searched refs:RootLayer (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/cc/layers/ |
D | layer_unittest.cc | 171 EXPECT_EQ(parent.get(), child->RootLayer()); in TEST_F() 479 EXPECT_EQ(parent_.get(), parent_->RootLayer()); in TEST_F() 480 EXPECT_EQ(parent_.get(), child1_->RootLayer()); in TEST_F() 481 EXPECT_EQ(parent_.get(), child2_->RootLayer()); in TEST_F() 482 EXPECT_EQ(parent_.get(), child3_->RootLayer()); in TEST_F() 483 EXPECT_EQ(child4.get(), child4->RootLayer()); in TEST_F() 484 EXPECT_EQ(parent_.get(), grand_child1_->RootLayer()); in TEST_F() 485 EXPECT_EQ(parent_.get(), grand_child2_->RootLayer()); in TEST_F() 486 EXPECT_EQ(parent_.get(), grand_child3_->RootLayer()); in TEST_F() 492 EXPECT_EQ(parent_.get(), parent_->RootLayer()); in TEST_F() [all …]
|
D | layer.h | 86 Layer* RootLayer();
|
D | layer.cc | 335 Layer* Layer::RootLayer() { in RootLayer() function in cc::Layer
|
/external/chromium_org/cc/test/ |
D | layer_tree_json_parser_unittest.cc | 92 EXPECT_TRUE(LayerTreesMatch(host_impl.RootLayer(), root.get())); in TEST_F() 118 EXPECT_TRUE(LayerTreesMatch(host_impl.RootLayer(), root.get())); in TEST_F()
|
/external/chromium_org/cc/debug/ |
D | rasterize_and_record_benchmark_impl.cc | 167 host->RootLayer(), in DidCompleteCommit()
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_unittest_animation.cc | 1271 if (id == host_impl->RootLayer()->id()) { in SwapBuffersOnThread() 1274 } else if (id == host_impl->RootLayer()->children()[0]->id()) { in SwapBuffersOnThread()
|
D | layer_tree_host_impl.h | 314 LayerImpl* RootLayer() const;
|
D | layer_tree_host_unittest.cc | 2683 ASSERT_TRUE(host_impl->RootLayer()); in DrawLayersOnThread() 2685 static_cast<FakePictureLayerImpl*>(host_impl->RootLayer()); in DrawLayersOnThread() 3194 host_impl->RootLayer())->push_properties_count()); in DidActivateTreeOnThread() 3303 host_impl->RootLayer()); in DidActivateTreeOnThread()
|
D | layer_tree_host_impl.cc | 1681 LayerImpl* LayerTreeHostImpl::RootLayer() const { in RootLayer() function in cc::LayerTreeHostImpl
|