Home
last modified time | relevance | path

Searched refs:pending_tree (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/cc/layers/
Dpicture_layer_impl_perftest.cc58 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local
59 pending_tree->DetachLayerTree(); in SetupPendingTree()
62 FakePictureLayerImpl::CreateWithPile(pending_tree, 7, pile); in SetupPendingTree()
64 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree()
67 host_impl_.pending_tree()->LayerById(7)); in SetupPendingTree()
76 host_impl_.pending_tree()->UpdateDrawProperties(); in RunRasterIteratorConstructAndIterateTest()
102 host_impl_.pending_tree()->UpdateDrawProperties(); in RunRasterIteratorConstructTest()
123 host_impl_.pending_tree()->UpdateDrawProperties(); in RunEvictionIteratorConstructAndIterateTest()
155 host_impl_.pending_tree()->UpdateDrawProperties(); in RunEvictionIteratorConstructTest()
Dpicture_layer_impl_unittest.cc96 CHECK(!host_impl_.pending_tree()); in ActivateTree()
140 host_impl_.pending_tree()->SetPageScaleFactorAndLimits(1.f, 0.25f, 100.f); in SetupPendingTree()
141 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local
143 pending_tree->DetachLayerTree(); in SetupPendingTree()
146 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile); in SetupPendingTree()
148 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree()
151 host_impl_.pending_tree()->LayerById(id_)); in SetupPendingTree()
1429 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
1487 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
1571 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
[all …]
Dpicture_image_layer_impl_unittest.cc58 tree = host_impl_.pending_tree(); in CreateLayer()
130 host_impl_.pending_tree()->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in TEST_F()
Dheads_up_display_layer_impl_unittest.cc42 HeadsUpDisplayLayerImpl::Create(host_impl.pending_tree(), 1); in TEST()
Dpicture_layer_unittest.cc62 FakePictureLayerImpl::Create(host_impl.pending_tree(), 1); in TEST()
Dtexture_layer_unittest.cc1031 pending_layer = TextureLayerImpl::Create(host_impl_.pending_tree(), 1); in TEST_F()
1422 tree = host_impl->pending_tree(); in CommitCompleteOnThread()
/external/chromium_org/cc/resources/
Dtile_manager_perftest.cc140 CHECK(!host_impl_.pending_tree()); in ActivateTree()
162 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local
164 pending_tree->DetachLayerTree(); in SetupPendingTree()
167 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile); in SetupPendingTree()
169 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree()
172 host_impl_.pending_tree()->LayerById(id_)); in SetupPendingTree()
368 host_impl_.pending_tree(), next_id, picture_pile_); in CreateLayers()
Dtile_manager_unittest.cc540 CHECK(!host_impl_.pending_tree()); in ActivateTree()
562 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local
564 pending_tree->DetachLayerTree(); in SetupPendingTree()
567 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile); in SetupPendingTree()
569 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree()
572 host_impl_.pending_tree()->LayerById(id_)); in SetupPendingTree()
943 host_impl_.pending_tree(), 2, pending_pile); in TEST_F()
1073 FakePictureLayerImpl::Create(host_impl_.pending_tree(), id_ + i); in TEST_F()
1122 FakePictureLayerImpl::Create(host_impl_.pending_tree(), id_ + i); in TEST_F()
/external/chromium_org/cc/trees/
Dlayer_tree_impl.cc339 LayerTreeImpl* pending_tree = layer_tree_host_impl_->pending_tree(); in SetPageScaleValues() local
340 if (pending_tree) { in SetPageScaleValues()
341 DCHECK_EQ(1, pending_tree->sent_page_scale_delta()); in SetPageScaleValues()
342 pending_tree->SetPageScaleDelta( in SetPageScaleValues()
598 void LayerTreeImpl::PushPersistedState(LayerTreeImpl* pending_tree) { in PushPersistedState() argument
599 pending_tree->SetCurrentlyScrollingLayer( in PushPersistedState()
600 LayerTreeHostCommon::FindLayerInSubtree(pending_tree->root_layer(), in PushPersistedState()
730 return layer_tree_host_impl_->pending_tree() == this; in IsPendingTree()
745 LayerTreeImpl* tree = layer_tree_host_impl_->pending_tree(); in FindPendingTreeLayerById()
Dlayer_tree_host_unittest_picture.cc56 LayerImpl* pending_root_impl = impl->pending_tree()->root_layer(); in WillActivateTreeOnThread()
Dlayer_tree_host_unittest_scroll.cc738 if (impl->pending_tree()) in DrawLayersOnThread()
807 if (!impl->pending_tree()) { in DrawLayersOnThread()
822 EXPECT_EQ(impl->pending_tree()->source_frame_number(), 1); in DrawLayersOnThread()
842 EXPECT_FALSE(impl->pending_tree()); in DrawLayersOnThread()
936 LayerImpl* pending_root = impl->pending_tree()->root_layer(); in CommitCompleteOnThread()
941 switch (impl->pending_tree()->source_frame_number()) { in CommitCompleteOnThread()
Dlayer_tree_host_unittest_animation.cc416 if (host_impl->pending_tree()->source_frame_number() < 3) { in CommitCompleteOnThread()
1181 host_impl->pending_tree()->source_frame_number() != 2) in CommitCompleteOnThread()
1187 if (!host_impl->pending_tree() || in WillBeginImplFrameOnThread()
1188 host_impl->pending_tree()->source_frame_number() != 2) in WillBeginImplFrameOnThread()
Dlayer_tree_host_impl.h301 LayerTreeImpl* pending_tree() { return pending_tree_.get(); } in pending_tree() function
302 const LayerTreeImpl* pending_tree() const { return pending_tree_.get(); } in pending_tree() function
Dlayer_tree_host_impl_unittest.cc1286 CreateScrollAndContentsLayers(host_impl_->pending_tree(), in TEST_F()
3432 CreateScrollAndContentsLayers(host_impl_->pending_tree(), new_size); in TEST_F()
5734 host_impl_->pending_tree() in TEST_F()
5738 LayerImpl::Create(host_impl_->pending_tree(), 1); in TEST_F()
5741 host_impl_->pending_tree()->SetRootLayer(scoped_root.Pass()); in TEST_F()
5744 LayerImpl::Create(host_impl_->pending_tree(), 2); in TEST_F()
5754 FakePictureLayerImpl::CreateWithPile(host_impl_->pending_tree(), 3, pile); in TEST_F()
6028 EXPECT_TRUE(host_impl_->pending_tree() == NULL); in TEST_F()
7185 LayerTreeImpl* pending_tree = host_impl_->pending_tree(); in TEST_F() local
7186 EXPECT_NE(active_tree, pending_tree); in TEST_F()
[all …]
Dlayer_tree_impl.h227 void PushPersistedState(LayerTreeImpl* pending_tree);
Dthread_proxy.cc937 DCHECK(!impl().layer_tree_host_impl->pending_tree()); in BeginMainFrameAbortedOnImplThread()
1046 if (impl().layer_tree_host_impl->pending_tree()) in DrawSwapInternal()
1047 impl().layer_tree_host_impl->pending_tree()->UpdateDrawProperties(); in DrawSwapInternal()
Dsingle_thread_proxy.cc618 DCHECK(!layer_tree_host_impl_->pending_tree()); in BeginMainFrameAbortedOnImplThread()
Dlayer_tree_host_unittest.cc745 if (impl->pending_tree()) in WillBeginImplFrameOnThread()
4791 EXPECT_FALSE(host_impl->pending_tree()->use_gpu_rasterization()); in CommitCompleteOnThread()
4856 EXPECT_FALSE(host_impl->pending_tree()->use_gpu_rasterization()); in CommitCompleteOnThread()
4921 EXPECT_TRUE(host_impl->pending_tree()->use_gpu_rasterization()); in CommitCompleteOnThread()
Dlayer_tree_host_common_unittest.cc5629 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.pending_tree(), 1); in TEST_F()
5641 scoped_ptr<LayerImpl> child = LayerImpl::Create(host_impl.pending_tree(), 2); in TEST_F()
5889 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.pending_tree(), 1); in TEST_F()
5899 scoped_ptr<LayerImpl> child = LayerImpl::Create(host_impl.pending_tree(), 2); in TEST_F()
5910 LayerImpl::Create(host_impl.pending_tree(), 3); in TEST_F()
6002 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.pending_tree(), 1); in TEST_F()
6012 scoped_ptr<LayerImpl> child = LayerImpl::Create(host_impl.pending_tree(), 2); in TEST_F()
6024 LayerImpl::Create(host_impl.pending_tree(), 3); in TEST_F()
Dlayer_tree_host_impl.cc175 if (layer_tree_host_impl_->pending_tree()) { in OnTimerTick()
176 layer_tree_host_impl_->pending_tree()->UpdateDrawProperties(); in OnTimerTick()
/external/chromium_org/cc/test/
Dfake_layer_tree_host_impl.cc51 pending_tree()->SetPageScaleFactorAndLimits( in CreatePendingTree()
Dlayer_tree_test.cc215 DCHECK(!pending_tree()); in ActivateSyncTree()
699 if (impl->pending_tree()) in LastCommittedSourceFrameNumber()
700 return impl->pending_tree()->source_frame_number(); in LastCommittedSourceFrameNumber()
Dlayer_tree_pixel_test.cc69 impl->pending_tree() ? impl->pending_tree() : impl->active_tree(); in CommitCompleteOnThread()