Home | History | Annotate | Download | only in layers

Lines Matching defs:host_impl_

173         host_impl_(&proxy_, &shared_bitmap_manager_) {}
195 FakeLayerTreeHostImpl host_impl_;
935 EXPECT_TRUE(host_impl_.InitializeRenderer(
941 mode, host_impl_.active_tree()->resource_provider());
943 layer->DidDraw(host_impl_.active_tree()->resource_provider());
964 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
973 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
982 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
992 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
1001 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
1010 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
1020 TextureLayerImpl::Create(host_impl_.active_tree(), 1);
1029 host_impl_.CreatePendingTree();
1031 pending_layer = TextureLayerImpl::Create(host_impl_.pending_tree(), 1);
1035 pending_layer->CreateLayerImpl(host_impl_.active_tree()));
1090 impl_layer = TextureLayerImpl::Create(host_impl_.active_tree(), 1);
1100 DRAW_MODE_HARDWARE, host_impl_.active_tree()->resource_provider()));
1101 impl_layer->DidDraw(host_impl_.active_tree()->resource_provider());
1107 ResourceProvider* provider = host_impl_.active_tree()->resource_provider();