HomeSort by relevance Sort by last modified time
    Searched refs:active_tree (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/cc/test/
fake_layer_tree_host.cc 36 scoped_ptr<LayerImpl> old_root_layer_impl = active_tree()->DetachLayerTree();
39 root_layer(), old_root_layer_impl.Pass(), active_tree());
42 active_tree()->SetRootLayer(layer_impl.Pass());
43 return active_tree()->root_layer();
fake_layer_tree_host.h 37 LayerTreeImpl* active_tree() { return host_impl_.active_tree(); } function in class:cc::FakeLayerTreeHost
layer_test_common.h 56 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2);
64 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2, a);
73 T::Create(host_->host_impl()->active_tree(), 2, a, b);
82 T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d);
100 T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d, e);
fake_layer_tree_host_impl.cc 79 UpdateNumChildrenAndDrawProperties(active_tree());
layer_tree_json_parser_unittest.cc 70 LayerTreeImpl* tree = host_impl.active_tree();
99 LayerTreeImpl* tree = host_impl.active_tree();
  /external/chromium_org/cc/trees/
layer_tree_impl_unittest.cc 34 LayerImpl* root_layer() { return host_impl_->active_tree()->root_layer(); }
37 return host_impl_->active_tree()->RenderSurfaceLayerList();
48 LayerImpl::Create(host_impl().active_tree(), 12345);
64 host_impl().active_tree()->SetRootLayer(root.Pass());
74 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
79 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
85 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
91 host_impl().active_tree()->FindLayerThatIsHitByPoint(test_point);
98 LayerImpl::Create(host_impl().active_tree(), 12345);
100 HeadsUpDisplayLayerImpl::Create(host_impl().active_tree(), 11111)
    [all...]
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...]
tree_synchronizer_unittest.cc 207 host_->active_tree());
224 host_->active_tree());
228 host_->active_tree());
246 host_->active_tree());
249 host_->active_tree());
267 host_->active_tree());
270 host_->active_tree());
294 host_->active_tree());
297 host_->active_tree());
311 host_->active_tree());
    [all...]
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...]
layer_tree_host_unittest_scroll.cc 66 LayerImpl* root = impl->active_tree()->root_layer();
75 switch (impl->active_tree()->source_frame_number()) {
144 impl->active_tree()->LayerById(scroll_layer_->id());
145 if (impl->active_tree()->source_frame_number() == 0 &&
154 } else if (impl->active_tree()->source_frame_number() == 0 &&
164 } else if (impl->active_tree()->source_frame_number() == 1) {
283 impl->active_tree()->root_layer()->children()[0];
285 if (impl->active_tree()->source_frame_number() == 0 &&
293 EXPECT_EQ(1.f, impl->active_tree()->page_scale_delta());
294 EXPECT_EQ(1.f, impl->active_tree()->total_page_scale_factor())
    [all...]
layer_tree_host_unittest_picture.cc 57 LayerImpl* active_root_impl = impl->active_tree()->root_layer();
92 LayerImpl* active_root_impl = impl->active_tree()->root_layer();
layer_tree_host_unittest_video.cc 50 LayerImpl* root_layer = host_impl->active_tree()->root_layer();
75 host_impl->active_tree()->root_layer()->children()[0]);
layer_tree_host_unittest_damage.cc 58 impl->active_tree()->root_layer()->render_surface();
120 impl->active_tree()->root_layer()->render_surface();
178 int source_frame = host_impl->active_tree()->source_frame_number();
268 host_impl->active_tree()->root_layer()->render_surface();
273 int source_frame = host_impl->active_tree()->source_frame_number();
409 host_impl->active_tree()->root_layer()->render_surface();
438 LayerImpl* root = host_impl->active_tree()->root_layer();
483 host_impl->active_tree()->root_layer()->render_surface();
487 int frame = host_impl->active_tree()->source_frame_number();
514 LayerImpl* root = host_impl->active_tree()->root_layer()
    [all...]
layer_sorter_unittest.cc 217 scoped_ptr<LayerImpl> layer1 = LayerImpl::Create(host_impl.active_tree(), 1);
218 scoped_ptr<LayerImpl> layer2 = LayerImpl::Create(host_impl.active_tree(), 2);
219 scoped_ptr<LayerImpl> layer3 = LayerImpl::Create(host_impl.active_tree(), 3);
220 scoped_ptr<LayerImpl> layer4 = LayerImpl::Create(host_impl.active_tree(), 4);
221 scoped_ptr<LayerImpl> layer5 = LayerImpl::Create(host_impl.active_tree(), 5);
283 scoped_ptr<LayerImpl> layer1 = LayerImpl::Create(host_impl.active_tree(), 1);
284 scoped_ptr<LayerImpl> layer2 = LayerImpl::Create(host_impl.active_tree(), 2);
layer_tree_host_unittest_delegated.cc 333 if (host_impl->active_tree()->source_frame_number() < 1)
336 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
369 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
418 if (host_impl->active_tree()->source_frame_number() < 1)
444 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
600 switch (host_impl->active_tree()->source_frame_number()) {
711 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
751 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
    [all...]
layer_tree_host_unittest_animation.cc 139 host_impl->active_tree()->root_layer()->layer_animation_controller();
408 if (host_impl->active_tree()->source_frame_number() < 3)
437 int frame_number = host_impl->active_tree()->source_frame_number();
441 EXPECT_TRUE(host_impl->active_tree()->root_layer())
446 EXPECT_FALSE(host_impl->active_tree()->root_layer())
451 if (host_impl->active_tree()->source_frame_number() < 3) {
467 EXPECT_TRUE(host_impl->active_tree()->root_layer());
473 bool has_active_tree = host_impl->active_tree()->root_layer();
509 host_impl->active_tree()->root_layer()->children()[0]->
581 impl_host->active_tree()->root_layer()->children()[0]-
    [all...]
  /external/chromium_org/cc/layers/
render_surface_unittest.cc 43 LayerImpl::Create(host_impl.active_tree(), 1);
67 LayerImpl::Create(host_impl.active_tree(), 2);
88 LayerImpl::Create(host_impl.active_tree(), 1);
91 LayerImpl::Create(host_impl.active_tree(), 2);
154 LayerImpl::Create(host_impl.active_tree(), 1);
157 LayerImpl::Create(host_impl.active_tree(), 2);
layer_impl_unittest.cc 69 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
71 EXPECT_TRUE(host_impl.active_tree()->needs_update_draw_properties());
76 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
78 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties());
93 LayerImpl::Create(host_impl.active_tree(), 1);
95 LayerImpl::Create(host_impl.active_tree(), 2);
99 LayerImpl::Create(host_impl.active_tree(), 3);
100 LayerImpl* scroll_child = LayerImpl::Create(host_impl.active_tree(), 4).get();
106 LayerImpl::Create(host_impl.active_tree(), 5);
107 LayerImpl* clip_child = LayerImpl::Create(host_impl.active_tree(), 6).get()
    [all...]
solid_color_layer_impl_unittest.cc 34 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
61 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
91 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
133 SolidColorLayerImpl::Create(host->host_impl()->active_tree(),
160 SolidColorLayerImpl::Create(host->host_impl()->active_tree(),
tiled_layer_unittest.cc 268 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
299 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
318 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
359 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
398 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
438 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
517 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
521 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 2));
578 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1));
601 make_scoped_ptr(new FakeTiledLayerImpl(host_impl_->active_tree(), 1))
    [all...]
texture_layer_unittest.cc     [all...]
picture_image_layer_impl_unittest.cc 54 case ACTIVE_TREE:
55 tree = host_impl_.active_tree();
134 host_impl_.active_tree()->root_layer());
layer_perftest.cc 64 LayerImpl::Create(host_impl_.active_tree(), 1);
  /external/chromium_org/cc/base/
latency_info_swap_promise_monitor.cc 60 layer_tree_host_impl_->active_tree()->QueueSwapPromise(swap_promise.Pass());

Completed in 291 milliseconds

1 2 3