Home | History | Annotate | Download | only in trees

Lines Matching defs:output_surface

145                            scoped_ptr<OutputSurface> output_surface) {
155 host_impl_->InitializeRenderer(output_surface.Pass());
2934 scoped_ptr<OutputSurface> output_surface;
2936 output_surface = FakeOutputSurface::CreateAlwaysDrawAndSwap3d()
2939 output_surface = CreateFakeOutputSurface();
2941 host_impl_->InitializeRenderer(output_surface.Pass());
3165 scoped_ptr<OutputSurface> output_surface = FakeOutputSurface::Create3d(
3169 static_cast<ReshapeTrackerContext*>(output_surface->context3d());
3170 host_impl_->InitializeRenderer(output_surface.Pass());
3259 scoped_ptr<OutputSurface> output_surface =
3263 static_cast<SwapTrackerContext*>(output_surface->context3d());
3274 layer_tree_host_impl->InitializeRenderer(output_surface.Pass());
3498 scoped_ptr<OutputSurface> output_surface =
3502 static_cast<MockContext*>(output_surface->context3d());
3506 CreateLayerTreeHost(false, output_surface.Pass());
3535 scoped_ptr<OutputSurface> output_surface =
3539 static_cast<MockContext*>(output_surface->context3d());
3542 CreateLayerTreeHost(true, output_surface.Pass());
3599 scoped_ptr<OutputSurface> output_surface =
3607 my_host_impl->InitializeRenderer(output_surface.Pass());
3756 scoped_ptr<OutputSurface> output_surface = FakeOutputSurface::Create3d(
3758 host_impl_->InitializeRenderer(output_surface.Pass());
3816 scoped_ptr<OutputSurface> output_surface =
3821 output_surface->context3d());
3824 CreateLayerTreeHost(false, output_surface.Pass());
3874 scoped_ptr<OutputSurface> output_surface =
3878 layer_tree_host_impl->InitializeRenderer(output_surface.Pass());
3953 scoped_ptr<OutputSurface> output_surface =
3959 my_host_impl->InitializeRenderer(output_surface.Pass());
4072 scoped_ptr<OutputSurface> output_surface =
4078 my_host_impl->InitializeRenderer(output_surface.Pass());
4193 scoped_ptr<OutputSurface> output_surface =
4199 my_host_impl->InitializeRenderer(output_surface.Pass());
4283 scoped_ptr<OutputSurface> output_surface =
4289 my_host_impl->InitializeRenderer(output_surface.Pass());
4374 scoped_ptr<OutputSurface> output_surface =
4380 my_host_impl->InitializeRenderer(output_surface.Pass());
4504 scoped_ptr<OutputSurface> output_surface =
4507 my_host_impl->InitializeRenderer(output_surface.Pass());
5015 OutputSurface* output_surface,
5018 output_surface,
5058 OutputSurface* output_surface,
5060 : GLRenderer(this, output_surface, resource_provider, 0) {}
5380 scoped_ptr<OutputSurface> output_surface(CreateOutputSurface());
5381 ASSERT_TRUE(output_surface->context3d());
5383 ResourceProvider::Create(output_surface.get(), 0);
5387 output_surface.get(),
6216 FakeOutputSurface* output_surface = FakeOutputSurface::CreateDeferredGL(
6219 scoped_ptr<OutputSurface>(output_surface)));
6221 output_surface->set_forced_draw_to_software_device(true);
6222 EXPECT_TRUE(output_surface->ForcedDrawToSoftwareDevice());
6240 FakeOutputSurface* output_surface = FakeOutputSurface::CreateDeferredGL(
6243 scoped_ptr<OutputSurface>(output_surface));
6245 output_surface->set_forced_draw_to_software_device(true);
6246 EXPECT_TRUE(output_surface->ForcedDrawToSoftwareDevice());
6273 scoped_ptr<FakeOutputSurface> output_surface(
6276 FakeOutputSurface* output_surface_ptr = output_surface.get();
6278 host_impl_->InitializeRenderer(output_surface.PassAs<OutputSurface>()));
6364 scoped_ptr<OutputSurface> output_surface = FakeOutputSurface::Create3d(
6366 host_impl_->InitializeRenderer(output_surface.Pass());