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

1 2

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_damage.cc 42 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
47 int source_frame = host_impl->active_tree()->source_frame_number();
69 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
130 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
135 int source_frame = host_impl->active_tree()->source_frame_number();
144 host_impl->active_tree()->root_layer()->render_surface();
200 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
206 host_impl->active_tree()->root_layer()->render_surface();
211 int source_frame = host_impl->active_tree()->source_frame_number();
225 host_impl->SetFullRootLayerDamage()
    [all...]
layer_tree_host_unittest_video.cc 49 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
52 LayerImpl* root_layer = host_impl->active_tree()->root_layer();
75 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
77 host_impl->active_tree()->root_layer()->children()[0]);
layer_tree_host_unittest_delegated.cc 124 void ReturnUnusedResourcesFromParent(LayerTreeHostImpl* host_impl) {
161 host_impl->OnSwapBuffersComplete(&ack);
244 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
245 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
250 host_impl->resource_provider()->GraphicsContext3D();
269 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl,
276 LayerImpl* root_impl = host_impl->active_tree()->root_layer();
384 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
400 switch (host_impl->active_tree()->source_frame_number()) {
502 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) OVERRIDE
661 ReturnUnusedResourcesFromParent(host_impl); variable
736 ReturnUnusedResourcesFromParent(host_impl); variable
848 ReturnUnusedResourcesFromParent(host_impl); variable
972 ReturnUnusedResourcesFromParent(host_impl); variable
    [all...]
layer_tree_host_pixeltest_on_demand_raster.cc 38 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
44 host_impl->active_tree()->root_layer()->child_at(0));
57 LayerTreePixelTest::SwapBuffersOnThread(host_impl, result);
layer_tree_host_unittest_animation.cc 127 LayerTreeHostImpl* host_impl,
141 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()->
271 LayerTreeHostImpl* host_impl,
274 EXPECT_TRUE(host_impl->CanDraw());
314 LayerTreeHostImpl* host_impl,
    [all...]
layer_tree_host_perftest.cc 48 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
53 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
245 virtual void AnimateLayers(LayerTreeHostImpl* host_impl,
247 if (!host_impl->pinch_gesture_active()) {
248 host_impl->PinchGestureBegin();
275 total_scale / host_impl->active_tree()->total_page_scale_factor();
276 host_impl->PinchGestureUpdate(desired_delta, anchor);
layer_sorter_unittest.cc 213 FakeLayerTreeHostImpl host_impl(&proxy);
215 scoped_ptr<LayerImpl> layer1 = LayerImpl::Create(host_impl.active_tree(), 1);
216 scoped_ptr<LayerImpl> layer2 = LayerImpl::Create(host_impl.active_tree(), 2);
217 scoped_ptr<LayerImpl> layer3 = LayerImpl::Create(host_impl.active_tree(), 3);
218 scoped_ptr<LayerImpl> layer4 = LayerImpl::Create(host_impl.active_tree(), 4);
219 scoped_ptr<LayerImpl> layer5 = LayerImpl::Create(host_impl.active_tree(), 5);
278 FakeLayerTreeHostImpl host_impl(&proxy);
280 scoped_ptr<LayerImpl> layer1 = LayerImpl::Create(host_impl.active_tree(), 1);
281 scoped_ptr<LayerImpl> layer2 = LayerImpl::Create(host_impl.active_tree(), 2);
layer_tree_host.cc 251 void LayerTreeHost::BeginCommitOnImplThread(LayerTreeHostImpl* host_impl) {
261 void LayerTreeHost::FinishCommitOnImplThread(LayerTreeHostImpl* host_impl) {
276 host_impl->memory_allocation_limit_bytes() &&
279 host_impl->SetNeedsCommit();
282 host_impl->set_max_memory_needed_bytes(
295 DCHECK(!host_impl->pending_tree());
296 host_impl->CreatePendingTree();
297 sync_tree = host_impl->pending_tree();
299 contents_texture_manager_->ReduceMemory(host_impl->resource_provider());
300 sync_tree = host_impl->active_tree()
417 scoped_ptr<LayerTreeHostImpl> host_impl = local
    [all...]
layer_tree_host_unittest_context.cc 167 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
189 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
469 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
471 host_impl->active_tree()->root_layer()->children()[0]);
478 host_impl->resource_provider()->offscreen_context_provider();
597 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
599 host_impl->resource_provider()->offscreen_context_provider();
640 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
641 LayerTreeHostContextTest::CommitCompleteOnThread(host_impl);
646 EXPECT_TRUE(host_impl->output_surface())
    [all...]
layer_tree_host_unittest.cc 286 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
351 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
352 if (host_impl->active_tree()->source_frame_number() == 1)
412 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
413 if (host_impl->active_tree()->source_frame_number() == 1)
789 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
    [all...]
  /external/chromium_org/cc/test/
layer_tree_test.h 34 virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) {}
35 virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) {}
36 virtual void WillActivateTreeOnThread(LayerTreeHostImpl* host_impl) {}
37 virtual void DidActivateTreeOnThread(LayerTreeHostImpl* host_impl) {}
38 virtual void InitializedRendererOnThread(LayerTreeHostImpl* host_impl,
40 virtual bool PrepareToDrawOnThread(LayerTreeHostImpl* host_impl,
43 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) {}
44 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl, bool result) {}
45 virtual void SwapBuffersCompleteOnThread(LayerTreeHostImpl* host_impl) {}
46 virtual void AnimateLayers(LayerTreeHostImpl* host_impl,
    [all...]
fake_layer_tree_host.h 54 FakeLayerTreeHostImpl* host_impl() { return &host_impl_; } function in class:cc::FakeLayerTreeHost
  /external/chromium_org/cc/layers/
render_surface_unittest.cc 39 FakeLayerTreeHostImpl host_impl(&proxy);
41 LayerImpl::Create(host_impl.active_tree(), 1);
65 LayerImpl::Create(host_impl.active_tree(), 2);
83 FakeLayerTreeHostImpl host_impl(&proxy);
85 LayerImpl::Create(host_impl.active_tree(), 1);
88 LayerImpl::Create(host_impl.active_tree(), 2);
146 FakeLayerTreeHostImpl host_impl(&proxy);
148 LayerImpl::Create(host_impl.active_tree(), 1);
151 LayerImpl::Create(host_impl.active_tree(), 2);
solid_color_layer_impl_unittest.cc 29 FakeLayerTreeHostImpl host_impl(&proxy);
31 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
53 FakeLayerTreeHostImpl host_impl(&proxy);
55 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
79 FakeLayerTreeHostImpl host_impl(&proxy);
81 SolidColorLayerImpl::Create(host_impl.active_tree(), 1);
122 SolidColorLayerImpl::Create(host->host_impl()->active_tree(),
147 SolidColorLayerImpl::Create(host->host_impl()->active_tree(),
layer_impl_unittest.cc 56 host_impl.ForcePrepareToDraw(); \
57 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
59 EXPECT_TRUE(host_impl.active_tree()->needs_update_draw_properties());
63 host_impl.ForcePrepareToDraw(); \
64 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties()); \
66 EXPECT_FALSE(host_impl.active_tree()->needs_update_draw_properties());
76 FakeLayerTreeHostImpl host_impl(&proxy);
77 EXPECT_TRUE(host_impl.InitializeRenderer(CreateFakeOutputSurface()));
78 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.active_tree(), 1);
79 root->AddChild(LayerImpl::Create(host_impl.active_tree(), 2))
    [all...]
nine_patch_layer_impl_unittest.cc 44 FakeLayerTreeHostImpl host_impl(&proxy);
46 NinePatchLayerImpl::Create(host_impl.active_tree(), 1);
106 FakeLayerTreeHostImpl host_impl(&proxy);
108 NinePatchLayerImpl::Create(host_impl.active_tree(), 1);
  /external/chromium_org/cc/output/
delegating_renderer_unittest.cc 42 virtual bool PrepareToDrawOnThread(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(),
93 LayerTreeHostImpl* host_impl,
105 host_impl->resource_provider(), RenderPass::Id(0, 0));
113 host_impl->resource_provider(), child_pass->id);
117 virtual void DrawLayersOnThread(LayerTreeHostImpl* host_impl) OVERRIDE {
121 virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl,
  /external/chromium_org/content/browser/renderer_host/
touch_smooth_scroll_gesture_aura.cc 55 RenderWidgetHostImpl* host_impl = RenderWidgetHostImpl::From(host);
57 host_impl->GetSyntheticScrollMessageInterval());
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.h 39 PepperInProcessResourceCreation(RendererPpapiHostImpl* host_impl,
pepper_in_process_router.h 55 PepperInProcessRouter(RendererPpapiHostImpl* host_impl);
pepper_in_process_resource_creation.cc 44 RendererPpapiHostImpl* host_impl,
47 host_impl_(host_impl) {
pepper_in_process_router.cc 38 RendererPpapiHostImpl* host_impl)
39 : host_impl_(host_impl),
plugin_module.cc 393 RendererPpapiHostImpl* host_impl = local
396 render_view->PepperPluginCreated(host_impl);
652 RendererPpapiHostImpl* host_impl =
655 render_view->PepperPluginCreated(host_impl);
658 return host_impl;
  /external/chromium_org/cc/debug/
overdraw_metrics.cc 153 static gfx::Size DeviceViewportSize(const LayerTreeHostImpl* host_impl) {
154 return host_impl->DeviceViewport().size();
  /external/chromium_org/content/public/test/
test_renderer_host.cc 58 RenderWidgetHostImpl* host_impl = RenderWidgetHostImpl::From(rvh); local
59 return host_impl->has_touch_handler();

Completed in 268 milliseconds

1 2