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

1 2 3

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl_unittest.cc 38 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
39 host_impl.CreatePendingTree();
40 host_impl.InitializeRenderer(
43 HeadsUpDisplayLayerImpl::Create(host_impl.pending_tree(), 1);
48 layer.get(), host_impl.resource_provider(), DRAW_MODE_HARDWARE);
55 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);
150 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
152 LayerImpl::Create(host_impl.active_tree(), 1);
155 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);
63 FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
70 scoped_ptr<UIResourceLayerImpl> layer = GenerateUIResourceLayer(&host_impl,
80 layer = GenerateUIResourceLayer(&host_impl,
107 FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
113 scoped_ptr<UIResourceLayerImpl> layer = GenerateUIResourceLayer(&host_impl,
122 layer = GenerateUIResourceLayer(&host_impl,
134 FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager)
    [all...]
layer_impl_unittest.cc 66 host_impl.ForcePrepareToDraw(); \
67 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
69 EXPECT_TRUE(host_impl.active_tree()->needs_update_draw_properties());
73 host_impl.ForcePrepareToDraw(); \
74 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
76 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties());
87 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
88 EXPECT_TRUE(host_impl.InitializeRenderer(
91 LayerImpl::Create(host_impl.active_tree(), 1);
93 LayerImpl::Create(host_impl.active_tree(), 2)
    [all...]
solid_color_layer_impl_unittest.cc 34 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
36 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
62 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
64 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
92 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
94 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
135 SolidColorLayerImpl::Create(host->host_impl()->active_tree(),
163 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/trees/
layer_tree_impl_unittest.cc 32 FakeLayerTreeHostImpl& host_impl() { return *host_impl_; } function in class:cc::__anon7397::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().active_tree()->UpdateDrawProperties();
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_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_common_perftest.cc 122 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
124 LayerTreeImpl* active_tree = host_impl->active_tree();
132 host_impl);
143 LayerTreeHostImpl* host_impl) {
148 host_impl->DrawTransform(),
153 host_impl->settings().can_use_lcd_text,
155 host_impl->settings().layer_transforms_should_scale_layer_contents,
168 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
169 LayerTreeImpl* active_tree = host_impl->active_tree();
177 host_impl);
    [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 127 LayerTreeHostImpl* host_impl,
141 host_impl->active_tree()->root_layer()->layer_animation_controller();
193 LayerTreeHostImpl* host_impl,
198 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
204 LayerTreeHostImpl* host_impl,
231 LayerTreeHostImpl* host_impl,
233 bool have_animations = !host_impl->animation_registrar()->
275 LayerTreeHostImpl* host_impl,
278 EXPECT_TRUE(host_impl->CanDraw());
319 virtual void AnimateLayers(LayerTreeHostImpl* host_impl,
411 UnblockActivations(host_impl); variable
    [all...]
layer_tree_host_unittest_delegated.cc 208 void ReturnUnusedResourcesFromParent(LayerTreeHostImpl* host_impl) {
241 host_impl->ReclaimResources(&ack);
333 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
334 if (host_impl->active_tree()->source_frame_number() < 1)
337 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
342 host_impl->output_surface()->context_provider().get());
363 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl,
370 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
418 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
419 if (host_impl->active_tree()->source_frame_number() < 1
861 ReturnUnusedResourcesFromParent(host_impl); variable
933 ReturnUnusedResourcesFromParent(host_impl); variable
1033 ReturnUnusedResourcesFromParent(host_impl); variable
1152 ReturnUnusedResourcesFromParent(host_impl); variable
1456 ReturnUnusedResourcesFromParent(host_impl); variable
1778 ReturnUnusedResourcesFromParent(host_impl); variable
1853 ReturnUnusedResourcesFromParent(host_impl); variable
1922 ReturnUnusedResourcesFromParent(host_impl); variable
2009 ReturnUnusedResourcesFromParent(host_impl); variable
2101 ReturnUnusedResourcesFromParent(host_impl); variable
2183 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));
55 LayerTreePixelTest::SwapBuffersOnThread(host_impl, result);
layer_tree_host.cc 238 void LayerTreeHost::BeginCommitOnImplThread(LayerTreeHostImpl* host_impl) {
248 void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
263 host_impl->memory_allocation_limit_bytes() &&
266 host_impl->SetNeedsCommit();
269 host_impl->set_max_memory_needed_bytes(
273 host_impl->resource_provider());
274 contents_texture_manager_->ReduceMemory(host_impl->resource_provider());
277 LayerTreeImpl* sync_tree = host_impl->sync_tree();
328 host_impl->SetUseGpuRasterization(UseGpuRasterization());
331 host_impl->SetViewportSize(device_viewport_size_)
393 scoped_ptr<LayerTreeHostImpl> host_impl = local
    [all...]
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...]
  /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 57 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2);
65 scoped_ptr<T> layer = T::Create(host_->host_impl()->active_tree(), 2, a);
74 T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d);
92 T::Create(host_->host_impl()->active_tree(), 2, a, b, c, d, e);
108 return host_->host_impl()->output_surface();
111 return host_->host_impl()->resource_provider();
114 FakeLayerTreeHostImpl* host_impl() const { return host_->host_impl(); } function in class:cc::LayerTestCommon::LayerImplTest
115 Proxy* proxy() const { return host_->host_impl()->proxy(); }
layer_tree_json_parser_unittest.cc 70 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
71 LayerTreeImpl* tree = host_impl.active_tree();
90 std::string json = host_impl.LayerTreeAsJson();
93 EXPECT_TRUE(LayerTreesMatch(host_impl.RootLayer(), root.get()));
99 FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
100 LayerTreeImpl* tree = host_impl.active_tree();
116 std::string json = host_impl.LayerTreeAsJson();
119 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,
104 host_impl->resource_provider(), RenderPass::Id(0, 0));
112 host_impl->resource_provider(), child_pass->id);
116 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
120 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
  /external/chromium_org/cc/debug/
micro_benchmark_controller.h 38 void ScheduleImplBenchmarks(LayerTreeHostImpl* host_impl);

Completed in 427 milliseconds

1 2 3