HomeSort by relevance Sort by last modified time
    Searched defs:host_impl_ (Results 26 - 27 of 27) sorted by null

12

  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc 60 host_impl_(LowResTilingsSettings(), &proxy_, &shared_bitmap_manager_),
68 host_impl_(settings, &proxy_, &shared_bitmap_manager_),
79 host_impl_.InitializeRenderer(
95 host_impl_.ActivateSyncTree();
96 CHECK(!host_impl_.pending_tree());
97 CHECK(host_impl_.recycle_tree());
101 host_impl_.active_tree()->LayerById(id_));
139 host_impl_.CreatePendingTree();
140 host_impl_.pending_tree()->SetPageScaleFactorAndLimits(1.f, 0.25f, 100.f);
141 LayerTreeImpl* pending_tree = host_impl_.pending_tree()
278 FakeLayerTreeHostImpl host_impl_; member in class:cc::__anon7323::PictureLayerImplTest
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 128 host_impl_->ActivateSyncTree();
174 host_impl_ = LayerTreeHostImpl::Create(settings,
180 bool init = host_impl_->InitializeRenderer(output_surface.Pass());
181 host_impl_->SetViewportSize(gfx::Size(10, 10));
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);
302 EXPECT_EQ(DRAW_SUCCESS, host_impl_->PrepareToDraw(&frame));
303 host_impl_->DrawLayers(&frame, gfx::FrameTime::Now())
397 scoped_ptr<LayerTreeHostImpl> host_impl_; member in class:cc::__anon7438::LayerTreeHostImplTest
    [all...]

Completed in 62 milliseconds

12