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

1 2

  /external/chromium_org/cc/base/
swap_promise_monitor.cc 14 : layer_tree_host_(layer_tree_host),
18 if (layer_tree_host_)
19 layer_tree_host_->InsertSwapPromiseMonitor(this);
25 if (layer_tree_host_)
26 layer_tree_host_->RemoveSwapPromiseMonitor(this);
swap_promise_monitor.h 38 LayerTreeHost* layer_tree_host_; member in class:cc::SwapPromiseMonitor
latency_info_swap_promise_monitor.cc 29 layer_tree_host_->QueueSwapPromise(swap_promise.Pass());
  /external/chromium_org/content/test/
web_layer_tree_view_impl_for_testing.cc 45 layer_tree_host_ =
47 DCHECK(layer_tree_host_);
51 layer_tree_host_->SetLayerTreeHostClientReady();
56 layer_tree_host_->SetRootLayer(
61 layer_tree_host_->SetRootLayer(scoped_refptr<cc::Layer>());
67 layer_tree_host_->SetViewportSize(device_viewport_size);
72 layer_tree_host_->SetViewportSize(device_viewport_size);
76 return layer_tree_host_->device_viewport_size();
80 return layer_tree_host_->device_viewport_size();
85 layer_tree_host_->SetDeviceScaleFactor(device_scale_factor)
    [all...]
web_layer_tree_view_impl_for_testing.h 85 scoped_ptr<cc::LayerTreeHost> layer_tree_host_; member in class:content::WebLayerTreeViewImplForTesting
  /external/chromium_org/cc/debug/
micro_benchmark_controller_unittest.cc 27 layer_tree_host_ = FakeLayerTreeHost::Create();
28 layer_tree_host_->SetRootLayer(Layer::Create());
29 layer_tree_host_->InitializeForTesting(scoped_ptr<Proxy>(new FakeProxy));
34 layer_tree_host_.reset();
38 scoped_ptr<FakeLayerTreeHost> layer_tree_host_; member in class:cc::__anon7246::MicroBenchmarkControllerTest
52 int id = layer_tree_host_->ScheduleMicroBenchmark(
58 EXPECT_FALSE(layer_tree_host_->needs_commit());
59 int id = layer_tree_host_->ScheduleMicroBenchmark(
62 EXPECT_TRUE(layer_tree_host_->needs_commit());
67 int id = layer_tree_host_->ScheduleMicroBenchmark
    [all...]
  /external/chromium_org/cc/layers/
ui_resource_layer_unittest.cc 37 layer_tree_host_ = FakeLayerTreeHost::Create();
38 layer_tree_host_->InitializeSingleThreaded(&fake_client_);
42 Mock::VerifyAndClearExpectations(layer_tree_host_.get());
45 scoped_ptr<FakeLayerTreeHost> layer_tree_host_; member in class:cc::__anon7294::UIResourceLayerTest
55 layer_tree_host_->SetRootLayer(test_layer);
56 Mock::VerifyAndClearExpectations(layer_tree_host_.get());
57 EXPECT_EQ(test_layer->layer_tree_host(), layer_tree_host_.get());
83 layer_tree_host_->SetRootLayer(test_layer);
84 Mock::VerifyAndClearExpectations(layer_tree_host_.get());
85 EXPECT_EQ(test_layer->layer_tree_host(), layer_tree_host_.get())
    [all...]
nine_patch_layer_unittest.cc 38 layer_tree_host_ = FakeLayerTreeHost::Create();
42 Mock::VerifyAndClearExpectations(layer_tree_host_.get());
45 scoped_ptr<FakeLayerTreeHost> layer_tree_host_; member in class:cc::__anon7271::NinePatchLayerTest
55 layer_tree_host_->SetRootLayer(test_layer);
56 Mock::VerifyAndClearExpectations(layer_tree_host_.get());
57 EXPECT_EQ(test_layer->layer_tree_host(), layer_tree_host_.get());
69 layer_tree_host_.get(), UIResourceBitmap(gfx::Size(10, 10), is_opaque));
layer_perftest.cc 43 layer_tree_host_ = FakeLayerTreeHost::Create();
44 layer_tree_host_->InitializeSingleThreaded(&fake_client_);
48 layer_tree_host_->SetRootLayer(NULL);
49 layer_tree_host_.reset();
57 scoped_ptr<FakeLayerTreeHost> layer_tree_host_; member in class:cc::__anon7264::LayerPerfTest
66 layer_tree_host_->SetRootLayer(test_layer);
texture_layer_unittest.cc 155 layer_tree_host_.reset(new MockLayerTreeHost(&fake_client_));
156 EXPECT_CALL(*layer_tree_host_, SetNeedsCommit()).Times(AnyNumber());
157 layer_tree_host_->SetViewportSize(gfx::Size(10, 10));
158 Mock::VerifyAndClearExpectations(layer_tree_host_.get());
162 Mock::VerifyAndClearExpectations(layer_tree_host_.get());
163 EXPECT_CALL(*layer_tree_host_, SetNeedsCommit()).Times(AnyNumber());
165 layer_tree_host_->SetRootLayer(NULL);
166 layer_tree_host_.reset();
169 scoped_ptr<MockLayerTreeHost> layer_tree_host_; member in class:cc::__anon7287::TextureLayerTest
178 EXPECT_SET_NEEDS_COMMIT(1, layer_tree_host_->SetRootLayer(test_layer))
    [all...]
tiled_layer_unittest.cc 109 layer_tree_host_ = SynchronousOutputSurfaceLayerTreeHost::Create(
114 proxy_ = layer_tree_host_->proxy();
116 layer_tree_host_->SetLayerTreeHostClientReady();
117 CHECK(layer_tree_host_->EnsureOutputSurfaceCreated());
118 layer_tree_host_->SetRootLayer(Layer::Create());
181 occlusion_->SetRenderTarget(layer_tree_host_->root_layer());
184 layer_tree_host_->root_layer(),
185 layer_tree_host_->device_viewport_size(),
187 inputs.device_scale_factor = layer_tree_host_->device_scale_factor();
189 layer_tree_host_->GetRendererCapabilities().max_texture_size
252 scoped_ptr<SynchronousOutputSurfaceLayerTreeHost> layer_tree_host_; member in class:cc::__anon7291::TiledLayerTest
    [all...]
layer.cc 47 layer_tree_host_(NULL),
106 if (layer_tree_host_ == host)
109 layer_tree_host_ = host;
136 if (layer_tree_host_ && !ignore_set_needs_commit_)
137 layer_tree_host_->SetNeedsUpdateLayers();
141 if (!layer_tree_host_)
149 layer_tree_host_->SetNeedsCommit();
153 if (!layer_tree_host_)
156 layer_tree_host_->SetNeedsFullTreeSync();
160 if (!layer_tree_host_)
    [all...]
layer_unittest.cc 32 EXPECT_CALL(*layer_tree_host_, SetNeedsFullTreeSync()).Times((expect)); \
34 Mock::VerifyAndClearExpectations(layer_tree_host_.get()); \
68 layer_tree_host_.reset(new StrictMock<MockLayerTreeHost>(&fake_client_));
72 Mock::VerifyAndClearExpectations(layer_tree_host_.get());
73 EXPECT_CALL(*layer_tree_host_, SetNeedsFullTreeSync()).Times(AnyNumber());
82 layer_tree_host_->SetRootLayer(NULL);
83 layer_tree_host_.reset();
117 EXPECT_CALL(*layer_tree_host_, SetNeedsFullTreeSync()).Times(AnyNumber());
118 layer_tree_host_->SetRootLayer(parent_);
127 Mock::VerifyAndClearExpectations(layer_tree_host_.get())
137 scoped_ptr<StrictMock<MockLayerTreeHost> > layer_tree_host_; member in class:cc::__anon7267::LayerTest
    [all...]
scrollbar_layer_unittest.cc 636 layer_tree_host_.reset(
660 layer_tree_host_->SetRootLayer(layer_tree_root);
673 testing::Mock::VerifyAndClearExpectations(layer_tree_host_.get());
674 EXPECT_EQ(scrollbar_layer->layer_tree_host(), layer_tree_host_.get());
685 EXPECT_EQ(expected_resources, layer_tree_host_->UIResourceCount());
686 EXPECT_EQ(expected_created, layer_tree_host_->TotalUIResourceCreated());
687 EXPECT_EQ(expected_deleted, layer_tree_host_->TotalUIResourceDeleted());
689 testing::Mock::VerifyAndClearExpectations(layer_tree_host_.get());
697 scoped_ptr<MockLayerTreeHost> layer_tree_host_; member in class:cc::__anon7282::ScrollbarLayerTestResourceCreation
725 layer_tree_host_.reset
790 scoped_ptr<MockLayerTreeHost> layer_tree_host_; member in class:cc::__anon7282::ScaledScrollbarLayerTestResourceCreation
886 scoped_ptr<MockLayerTreeHost> layer_tree_host_; member in class:cc::__anon7282::ScaledScrollbarLayerTestScaledRasterization
    [all...]
layer.h 392 LayerTreeHost* layer_tree_host() { return layer_tree_host_; }
393 const LayerTreeHost* layer_tree_host() const { return layer_tree_host_; }
570 LayerTreeHost* layer_tree_host_; member in class:cc::Layer
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 346 return layer_tree_host_->GetInputHandler();
363 return layer_tree_host_->BeginMainFrameRequested();
367 layer_tree_host_->UpdateClientAnimations(time);
371 layer_tree_host_->SetNeedsDisplayOnAllLayers();
375 cc::LayerTreeDebugState current = layer_tree_host_->debug_state();
377 layer_tree_host_->SetDebugState(current);
384 layer_tree_host_->UpdateTopControlsState(constraints,
391 layer_tree_host_->SetOverdrawBottomHeight(overdraw_bottom_height);
395 layer_tree_host_->SetNeedsRedrawRect(damage_rect);
399 layer_tree_host_->SetNextCommitForcesRedraw()
    [all...]
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 33 layer_tree_host_(layer_tree_host),
48 layer_tree_host_impl_ = layer_tree_host_->CreateLayerTreeHostImpl(this);
91 DCHECK(layer_tree_host_->output_surface_lost());
94 layer_tree_host_->CreateOutputSurface();
102 layer_tree_host_->DeleteContentsTexturesOnImplThread(
107 layer_tree_host_->OnCreateAndInitializeOutputSurfaceAttempted(success);
117 DCHECK(!layer_tree_host_->output_surface_lost());
149 layer_tree_host_->contents_texture_manager()) {
152 layer_tree_host_->BeginCommitOnImplThread(layer_tree_host_impl_.get());
163 layer_tree_host_->RecreateUIResources()
    [all...]
layer_tree_host_unittest_no_message_loop.cc 99 layer_tree_host_ =
101 layer_tree_host_->SetViewportSize(size_);
102 layer_tree_host_->SetRootLayer(root_layer_);
108 layer_tree_host_->Composite(gfx::FrameTime::Now());
116 layer_tree_host_.reset();
121 scoped_ptr<LayerTreeHost> layer_tree_host_; member in class:cc::__anon7391::LayerTreeHostNoMessageLoopTest
  /external/chromium_org/cc/test/
layer_tree_test.cc 512 layer_tree_host_->SetLayerTreeHostClientReady();
519 layer_tree_host_ = LayerTreeHostForTesting::Create(
524 ASSERT_TRUE(layer_tree_host_);
537 if (layer_tree_host_) {
538 static_cast<LayerTreeHostForTesting*>(layer_tree_host_.get())
544 if (!layer_tree_host_->root_layer()) {
548 layer_tree_host_->SetRootLayer(root_layer);
551 gfx::Size root_bounds = layer_tree_host_->root_layer()->bounds();
553 gfx::ScaleSize(root_bounds, layer_tree_host_->device_scale_factor()));
554 layer_tree_host_->SetViewportSize(device_root_bounds)
    [all...]
fake_proxy.h 16 FakeProxy() : Proxy(NULL), layer_tree_host_(NULL) {}
20 layer_tree_host_(NULL) {}
53 LayerTreeHost* layer_tree_host_; member in class:cc::FakeProxy
fake_proxy.cc 10 layer_tree_host_ = host;
layer_test_common.h 16 EXPECT_CALL(*layer_tree_host_, SetNeedsCommit()).Times((expect)); \
18 Mock::VerifyAndClearExpectations(layer_tree_host_.get()); \
23 EXPECT_CALL(*layer_tree_host_, SetNeedsUpdateLayers()).Times((expect)); \
25 Mock::VerifyAndClearExpectations(layer_tree_host_.get()); \
layer_tree_test.h 177 return layer_tree_host_ ? layer_tree_host_->proxy() : NULL;
182 LayerTreeHost* layer_tree_host() { return layer_tree_host_.get(); }
200 scoped_ptr<LayerTreeHost> layer_tree_host_; member in class:cc::LayerTreeTest
  /external/chromium_org/android_webview/browser/
hardware_renderer.cc 96 layer_tree_host_ =
98 layer_tree_host_->SetRootLayer(root_layer_);
99 layer_tree_host_->SetLayerTreeHostClientReady();
100 layer_tree_host_->set_has_transparent_background(true);
106 layer_tree_host_.reset();
210 layer_tree_host_->SetViewportSize(viewport_);
223 layer_tree_host_->SetNeedsRedrawRect(clip_);
224 layer_tree_host_->Composite(gfx::FrameTime::Now());
hardware_renderer.h 83 scoped_ptr<cc::LayerTreeHost> layer_tree_host_; member in class:android_webview::HardwareRenderer
90 // This is owned indirectly by |layer_tree_host_|.

Completed in 789 milliseconds

1 2