Searched defs:active_tree (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_layer_tree_host.h37 LayerTreeImpl* active_tree() { return host_impl_.active_tree(); } function in class:cc::FakeLayerTreeHost
/external/chromium_org/cc/trees/
H A Docclusion_tracker_perftest.cc44 scoped_ptr<LayerImpl> root_layer = LayerImpl::Create(active_tree(), 1);
45 active_tree()->SetRootLayer(root_layer.Pass());
48 LayerTreeImpl* active_tree() { return host_impl_->active_tree(); } function in class:cc::__anon2834::OcclusionTrackerPerfTest
83 SolidColorLayerImpl::Create(active_tree(), 2);
89 active_tree()->root_layer()->AddChild(opaque_layer.PassAs<LayerImpl>());
91 active_tree()->UpdateDrawProperties();
92 const LayerImplList& rsll = active_tree()->RenderSurfaceLayerList();
130 EXPECT_EQ(active_tree()->root_layer(), next.current_layer);
150 SolidColorLayerImpl::Create(active_tree(),
[all...]
H A Dlayer_tree_host_common_perftest.cc130 LayerTreeImpl* active_tree = host_impl->active_tree(); variable
137 active_tree,
148 LayerTreeImpl* active_tree,
152 active_tree->root_layer(),
153 active_tree->DrawViewportSize(),
155 active_tree->device_scale_factor(),
156 active_tree->total_page_scale_factor(),
157 active_tree->InnerViewportContainerLayer(),
175 LayerTreeImpl* active_tree variable
146 DoCalcDrawPropertiesImpl(bool can_render_to_separate_surface, int max_texture_size, LayerTreeImpl* active_tree, LayerTreeHostImpl* host_impl) argument
227 LayerTreeImpl* active_tree = host_impl->active_tree(); variable
[all...]
H A Dlayer_tree_host_impl.h299 LayerTreeImpl* active_tree() { return active_tree_.get(); } function in class:cc::LayerTreeHostImpl
300 const LayerTreeImpl* active_tree() const { return active_tree_.get(); } function in class:cc::LayerTreeHostImpl
H A Dlayer_tree_host_impl_unittest.cc191 host_impl_->active_tree()->SetRootLayer(root.Pass());
279 host_impl_->active_tree(), content_size);
280 host_impl_->active_tree()->DidBecomeActive();
291 LayerImpl::Create(host_impl_->active_tree(), id);
327 host_impl_->active_tree()->SetRootLayer(scoped_ptr<LayerImpl>());
373 host_impl_->active_tree()->ResetContentsTexturesPurged();
428 ASSERT_FALSE(host_impl_->active_tree()->root_layer());
437 LayerImpl::Create(host_impl_->active_tree(), 1);
438 root->AddChild(LayerImpl::Create(host_impl_->active_tree(), 2));
439 root->AddChild(LayerImpl::Create(host_impl_->active_tree(),
7184 LayerTreeImpl* active_tree = host_impl_->active_tree(); local
[all...]

Completed in 51 milliseconds