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

1 2

  /external/chromium_org/cc/trees/
layer_tree_impl_unittest.cc 32 FakeLayerTreeHostImpl& host_impl() { return *host_impl_; } function in class:cc::__anon7458::LayerTreeImplTest
48 LayerImpl::Create(host_impl().active_tree(), 12345);
63 host_impl().SetViewportSize(root->bounds());
64 host_impl().active_tree()->SetRootLayer(root.Pass());
65 host_impl().UpdateNumChildrenAndDrawPropertiesForActiveTree();
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)
    [all...]
layer_tree_host_unittest_damage.cc 173 LayerTreeHostImpl* host_impl,
178 int source_frame = host_impl->active_tree()->source_frame_number();
200 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
262 LayerTreeHostImpl* host_impl,
268 host_impl->active_tree()->root_layer()->render_surface();
273 int source_frame = host_impl->active_tree()->source_frame_number();
287 host_impl->SetFullRootLayerDamage();
306 host_impl->settings().impl_side_painting) {
323 host_impl->SetFullRootLayerDamage();
404 LayerTreeHostImpl* host_impl,
    [all...]
layer_tree_host_unittest_animation.cc 125 LayerTreeHostImpl* host_impl,
139 host_impl->active_tree()->root_layer()->layer_animation_controller();
191 LayerTreeHostImpl* host_impl,
196 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
202 LayerTreeHostImpl* host_impl,
229 LayerTreeHostImpl* host_impl,
231 bool have_animations = !host_impl->animation_registrar()->
273 LayerTreeHostImpl* host_impl,
276 EXPECT_TRUE(host_impl->CanDraw());
317 virtual void AnimateLayers(LayerTreeHostImpl* host_impl,
409 UnblockActivations(host_impl); variable
    [all...]
layer_tree_host_common_perftest.cc 128 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
130 LayerTreeImpl* active_tree = host_impl->active_tree();
138 host_impl);
149 LayerTreeHostImpl* host_impl) {
154 host_impl->DrawTransform(),
159 host_impl->settings().can_use_lcd_text,
161 host_impl->settings().layer_transforms_should_scale_layer_contents,
174 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
175 LayerTreeImpl* active_tree = host_impl->active_tree();
183 host_impl);
    [all...]
layer_tree_host_unittest_video.cc 47 virtual DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
50 LayerImpl* root_layer = host_impl->active_tree()->root_layer();
73 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
75 host_impl->active_tree()->root_layer()->children()[0]);
layer_tree_host_unittest_delegated.cc 207 void ReturnUnusedResourcesFromParent(LayerTreeHostImpl* host_impl) {
240 host_impl->ReclaimResources(&ack);
332 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
333 if (host_impl->active_tree()->source_frame_number() < 1)
336 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
341 host_impl->output_surface()->context_provider());
362 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl,
369 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
417 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
418 if (host_impl->active_tree()->source_frame_number() < 1
860 ReturnUnusedResourcesFromParent(host_impl); variable
932 ReturnUnusedResourcesFromParent(host_impl); variable
1032 ReturnUnusedResourcesFromParent(host_impl); variable
1151 ReturnUnusedResourcesFromParent(host_impl); variable
1455 ReturnUnusedResourcesFromParent(host_impl); variable
1786 ReturnUnusedResourcesFromParent(host_impl); variable
1861 ReturnUnusedResourcesFromParent(host_impl); variable
1930 ReturnUnusedResourcesFromParent(host_impl); variable
2017 ReturnUnusedResourcesFromParent(host_impl); variable
2109 ReturnUnusedResourcesFromParent(host_impl); variable
2191 ReturnUnusedResourcesFromParent(host_impl); variable
    [all...]
layer_sorter_unittest.cc 215 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
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);
281 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
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_pixeltest_on_demand_raster.cc 36 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
42 host_impl->active_tree()->root_layer()->child_at(0));
56 LayerTreePixelTest::SwapBuffersOnThread(host_impl, result);
layer_tree_host_unittest.cc 291 LayerTreeHostImpl* host_impl,
352 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
353 if (host_impl->active_tree()->source_frame_number() == 1)
410 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
411 if (host_impl->active_tree()->source_frame_number() == 1)
459 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
460 if (num_draws_ == 3 && host_impl->settings().impl_side_painting)
461 host_impl->SetNeedsRedrawRect(invalid_rect_);
465 LayerTreeHostImpl* host_impl,
495 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE
    [all...]
layer_tree_host.cc 257 void LayerTreeHost::BeginCommitOnImplThread(LayerTreeHostImpl* host_impl) {
267 void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
282 host_impl->memory_allocation_limit_bytes() &&
285 host_impl->SetNeedsCommit();
288 host_impl->set_max_memory_needed_bytes(
292 host_impl->resource_provider());
293 contents_texture_manager_->ReduceMemory(host_impl->resource_provider());
296 LayerTreeImpl* sync_tree = host_impl->sync_tree();
357 host_impl->SetUseGpuRasterization(UseGpuRasterization());
360 host_impl->SetViewportSize(device_viewport_size_)
427 scoped_ptr<LayerTreeHostImpl> host_impl = local
    [all...]
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl_unittest.cc 37 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
38 host_impl.CreatePendingTree();
39 host_impl.InitializeRenderer(
42 HeadsUpDisplayLayerImpl::Create(host_impl.pending_tree(), 1);
47 layer.get(), host_impl.resource_provider(), DRAW_MODE_HARDWARE);
54 host_impl.resource_provider(),
render_surface_unittest.cc 41 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
43 LayerImpl::Create(host_impl.active_tree(), 1);
67 LayerImpl::Create(host_impl.active_tree(), 2);
86 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
88 LayerImpl::Create(host_impl.active_tree(), 1);
91 LayerImpl::Create(host_impl.active_tree(), 2);
152 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
154 LayerImpl::Create(host_impl.active_tree(), 1);
157 LayerImpl::Create(host_impl.active_tree(), 2);
ui_resource_layer_impl_unittest.cc 24 FakeUIResourceLayerTreeHostImpl* host_impl,
31 UIResourceLayerImpl::Create(host_impl->active_tree(), 1);
40 host_impl->CreateUIResource(uid, bitmap);
62 FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
69 scoped_ptr<UIResourceLayerImpl> layer = GenerateUIResourceLayer(&host_impl,
79 layer = GenerateUIResourceLayer(&host_impl,
105 FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
111 scoped_ptr<UIResourceLayerImpl> layer = GenerateUIResourceLayer(&host_impl,
120 layer = GenerateUIResourceLayer(&host_impl,
132 FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager)
    [all...]
layer_impl_unittest.cc 68 host_impl.ForcePrepareToDraw(); \
69 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
71 EXPECT_TRUE(host_impl.active_tree()->needs_update_draw_properties());
75 host_impl.ForcePrepareToDraw(); \
76 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
78 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties());
89 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
90 EXPECT_TRUE(host_impl.InitializeRenderer(
93 LayerImpl::Create(host_impl.active_tree(), 1);
95 LayerImpl::Create(host_impl.active_tree(), 2)
440 LayerTreeHostImpl& host_impl() { return host_impl_; } function in class:cc::__anon7308::LayerImplScrollTest
    [all...]
solid_color_layer_impl_unittest.cc 32 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
34 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
59 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
61 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
89 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
91 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
133 SolidColorLayerImpl::Create(host->host_impl()->active_tree(),
160 SolidColorLayerImpl::Create(host->host_impl()->active_tree(),
picture_layer_unittest.cc 58 FakeLayerTreeHostImpl host_impl(
60 host_impl.CreatePendingTree();
62 FakePictureLayerImpl::Create(host_impl.pending_tree(), 1);
  /external/chromium_org/cc/test/
layer_tree_test.h 37 virtual void WillBeginImplFrameOnThread(LayerTreeHostImpl* host_impl,
39 virtual void BeginMainFrameAbortedOnThread(LayerTreeHostImpl* host_impl,
41 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) {}
42 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) {}
43 virtual void WillActivateTreeOnThread(LayerTreeHostImpl* host_impl) {}
44 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) {}
45 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl,
48 LayerTreeHostImpl* host_impl,
51 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) {}
52 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl, bool result) {
    [all...]
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);
116 return host_->host_impl()->output_surface();
119 return host_->host_impl()->resource_provider();
122 FakeLayerTreeHostImpl* host_impl() const { return host_->host_impl(); } function in class:cc::LayerTestCommon::LayerImplTest
123 Proxy* proxy() const { return host_->host_impl()->proxy();
    [all...]
layer_tree_json_parser_unittest.cc 69 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
70 LayerTreeImpl* tree = host_impl.active_tree();
89 std::string json = host_impl.LayerTreeAsJson();
92 EXPECT_TRUE(LayerTreesMatch(host_impl.RootLayer(), root.get()));
98 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
99 LayerTreeImpl* tree = host_impl.active_tree();
115 std::string json = host_impl.LayerTreeAsJson();
118 EXPECT_TRUE(LayerTreesMatch(host_impl.RootLayer(), root.get()));
fake_layer_tree_host.h 36 FakeLayerTreeHostImpl* host_impl() { return &host_impl_; } function in class:cc::FakeLayerTreeHost
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.h 25 void DataFromWebURLResponse(RendererPpapiHostImpl* host_impl,
url_response_info_util.cc 71 void DataFromWebURLResponse(RendererPpapiHostImpl* host_impl,
94 new PepperFileRefRendererHost(host_impl, pp_instance, 0, external_path);
96 host_impl->GetPpapiHost()->AddPendingResourceHost(
101 host_impl->CreateBrowserResourceHosts(pp_instance,
pepper_in_process_router.h 55 PepperInProcessRouter(RendererPpapiHostImpl* host_impl);
  /external/chromium_org/cc/output/
delegating_renderer_unittest.cc 43 LayerTreeHostImpl* host_impl,
56 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
60 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
69 EXPECT_EQ(host_impl->DeviceViewport().ToString(),
92 virtual DrawResult PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
102 child_pass->AppendOneOfEveryQuadType(host_impl->resource_provider(),
110 host_impl->resource_provider(), child_pass->id);
114 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
118 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
  /external/chromium_org/cc/debug/
micro_benchmark_controller.h 38 void ScheduleImplBenchmarks(LayerTreeHostImpl* host_impl);

Completed in 442 milliseconds

1 2