Home
last modified time | relevance | path

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

/external/chromium_org/cc/layers/
Dpicture_layer_impl_perftest.cc47 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local
48 pending_tree->DetachLayerTree(); in SetupPendingTree()
51 FakePictureLayerImpl::CreateWithPile(pending_tree, 7, pile); in SetupPendingTree()
53 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree()
56 host_impl_.pending_tree()->LayerById(7)); in SetupPendingTree()
64 host_impl_.pending_tree()->UpdateDrawProperties(); in RunLayerRasterTileIteratorTest()
Dpicture_layer_impl_unittest.cc89 CHECK(!host_impl_.pending_tree()); in ActivateTree()
110 host_impl_.pending_tree()->SetPageScaleFactorAndLimits(1.f, 0.25f, 100.f); in SetupTrees()
135 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local
137 pending_tree->DetachLayerTree(); in SetupPendingTree()
140 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile); in SetupPendingTree()
142 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree()
145 host_impl_.pending_tree()->LayerById(id_)); in SetupPendingTree()
522 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
1383 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
1398 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F()
[all …]
Dpicture_image_layer_impl_unittest.cc57 tree = host_impl_.pending_tree(); in CreateLayer()
128 host_impl_.pending_tree()->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in TEST_F()
Dheads_up_display_layer_impl_unittest.cc43 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.cc989 pending_layer = TextureLayerImpl::Create(host_impl_.pending_tree(), 1); in TEST_F()
1387 tree = host_impl->pending_tree(); in CommitCompleteOnThread()
/external/chromium_org/cc/resources/
Dtile_manager_perftest.cc134 CHECK(!host_impl_.pending_tree()); in ActivateTree()
156 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local
158 pending_tree->DetachLayerTree(); in SetupPendingTree()
161 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile); in SetupPendingTree()
163 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree()
166 host_impl_.pending_tree()->LayerById(id_)); in SetupPendingTree()
241 host_impl_.pending_tree(), next_id, picture_pile_); in CreateLayers()
Dtile_manager_unittest.cc480 CHECK(!host_impl_.pending_tree()); in ActivateTree()
502 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local
504 pending_tree->DetachLayerTree(); in SetupPendingTree()
507 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile); in SetupPendingTree()
509 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree()
512 host_impl_.pending_tree()->LayerById(id_)); in SetupPendingTree()
546 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in TEST_F() local
547 EXPECT_NE(active_tree, pending_tree); in TEST_F()
552 FakePictureLayerImpl::Create(pending_tree, 10); in TEST_F()
/external/chromium_org/cc/trees/
Dlayer_tree_impl.cc327 LayerTreeImpl* pending_tree = layer_tree_host_impl_->pending_tree(); in SetPageScaleValues() local
328 if (pending_tree) { in SetPageScaleValues()
329 DCHECK_EQ(1, pending_tree->sent_page_scale_delta()); in SetPageScaleValues()
330 pending_tree->SetPageScaleDelta( in SetPageScaleValues()
546 void LayerTreeImpl::PushPersistedState(LayerTreeImpl* pending_tree) { in PushPersistedState() argument
547 pending_tree->SetCurrentlyScrollingLayer( in PushPersistedState()
548 LayerTreeHostCommon::FindLayerInSubtree(pending_tree->root_layer(), in PushPersistedState()
675 return layer_tree_host_impl_->pending_tree() == this; in IsPendingTree()
690 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.cc758 if (impl->pending_tree()) in DrawLayersOnThread()
827 if (!impl->pending_tree()) { in DrawLayersOnThread()
842 EXPECT_EQ(impl->pending_tree()->source_frame_number(), 1); in DrawLayersOnThread()
862 EXPECT_FALSE(impl->pending_tree()); in DrawLayersOnThread()
955 LayerImpl* pending_root = impl->pending_tree()->root_layer(); in CommitCompleteOnThread()
960 switch (impl->pending_tree()->source_frame_number()) { in CommitCompleteOnThread()
Dlayer_tree_host_unittest_animation.cc418 if (host_impl->pending_tree()->source_frame_number() < 3) { in CommitCompleteOnThread()
1234 host_impl->pending_tree()->source_frame_number() != 2) in CommitCompleteOnThread()
1240 if (!host_impl->pending_tree() || in WillBeginImplFrameOnThread()
1241 host_impl->pending_tree()->source_frame_number() != 2) in WillBeginImplFrameOnThread()
Dthread_proxy.cc937 DCHECK(!impl().layer_tree_host_impl->pending_tree()); in BeginMainFrameAbortedOnImplThread()
1048 if (impl().layer_tree_host_impl->pending_tree()) in DrawSwapInternal()
1049 impl().layer_tree_host_impl->pending_tree()->UpdateDrawProperties(); in DrawSwapInternal()
1425 DCHECK(!impl().layer_tree_host_impl->pending_tree()); in DidActivatePendingTree()
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_impl.h213 void PushPersistedState(LayerTreeImpl* pending_tree);
Dlayer_tree_host_unittest.cc770 if (impl->pending_tree()) in WillBeginImplFrameOnThread()
4676 EXPECT_FALSE(host_impl->pending_tree()->use_gpu_rasterization()); in CommitCompleteOnThread()
4741 EXPECT_FALSE(host_impl->pending_tree()->use_gpu_rasterization()); in CommitCompleteOnThread()
4806 EXPECT_TRUE(host_impl->pending_tree()->use_gpu_rasterization()); in CommitCompleteOnThread()
Dlayer_tree_host_impl.cc164 if (layer_tree_host_impl_->pending_tree()) { in OnTimerTick()
165 layer_tree_host_impl_->pending_tree()->UpdateDrawProperties(); in OnTimerTick()
331 pending_tree()->ApplyScrollDeltasSinceBeginMainFrame(); in CommitComplete()
Dlayer_tree_host_common_unittest.cc5670 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.pending_tree(), 1); in TEST_F()
5682 scoped_ptr<LayerImpl> child = LayerImpl::Create(host_impl.pending_tree(), 2); in TEST_F()
5930 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.pending_tree(), 1); in TEST_F()
5940 scoped_ptr<LayerImpl> child = LayerImpl::Create(host_impl.pending_tree(), 2); in TEST_F()
5951 LayerImpl::Create(host_impl.pending_tree(), 3); in TEST_F()
6043 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.pending_tree(), 1); in TEST_F()
6053 scoped_ptr<LayerImpl> child = LayerImpl::Create(host_impl.pending_tree(), 2); in TEST_F()
6065 LayerImpl::Create(host_impl.pending_tree(), 3); in TEST_F()
Dlayer_tree_host_impl_unittest.cc3178 CreateScrollAndContentsLayers(host_impl_->pending_tree(), new_size); in TEST_F()
5470 host_impl_->pending_tree() in TEST_F()
5474 LayerImpl::Create(host_impl_->pending_tree(), 1); in TEST_F()
5477 host_impl_->pending_tree()->SetRootLayer(scoped_root.Pass()); in TEST_F()
5480 LayerImpl::Create(host_impl_->pending_tree(), 2); in TEST_F()
5490 FakePictureLayerImpl::CreateWithPile(host_impl_->pending_tree(), 3, pile); in TEST_F()
5764 EXPECT_TRUE(host_impl_->pending_tree() == NULL); in TEST_F()
/external/chromium_org/cc/test/
Dfake_layer_tree_host_impl.cc42 pending_tree()->SetPageScaleFactorAndLimits( in CreatePendingTree()
Dlayer_tree_test.cc219 DCHECK(!pending_tree()); in ActivatePendingTree()
737 if (impl->pending_tree()) in LastCommittedSourceFrameNumber()
738 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()