HomeSort by relevance Sort by last modified time
    Searched defs:active_tree (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/test/
fake_layer_tree_host.h 37 LayerTreeImpl* active_tree() { return host_impl_.active_tree(); } function in class:cc::FakeLayerTreeHost
  /external/chromium_org/cc/trees/
layer_tree_host_common_perftest.cc 130 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 = host_impl->active_tree() variable
227 LayerTreeImpl* active_tree = host_impl->active_tree(); variable
    [all...]
occlusion_tracker_perftest.cc 44 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::__anon7459::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(), 2 + i)
    [all...]
layer_tree_host_impl.h 299 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
layer_tree_host_impl_unittest.cc 191 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(), 3))
7184 LayerTreeImpl* active_tree = host_impl_->active_tree(); local
    [all...]

Completed in 69 milliseconds