Searched refs:CreateOutputSurface (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/cc/surfaces/
H A Ddisplay_client.h17 virtual scoped_ptr<OutputSurface> CreateOutputSurface() = 0;
H A Ddisplay.cc46 scoped_ptr<OutputSurface> output_surface = client_->CreateOutputSurface();
/external/chromium_org/mojo/aura/
H A Dcontext_factory_mojo.h19 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
H A Dcontext_factory_mojo.cc101 scoped_ptr<cc::OutputSurface> ContextFactoryMojo::CreateOutputSurface( function in class:mojo::ContextFactoryMojo
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_factory_impl.h36 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
H A Dsynchronous_compositor_factory_impl.cc178 SynchronousCompositorFactoryImpl::CreateOutputSurface( function in class:content::SynchronousCompositorFactoryImpl
/external/chromium_org/content/browser/compositor/
H A Donscreen_display_client.cc33 scoped_ptr<cc::OutputSurface> OnscreenDisplayClient::CreateOutputSurface() { function in class:content::OnscreenDisplayClient
H A Donscreen_display_client.h39 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface() OVERRIDE;
H A Dgpu_process_transport_factory.h46 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
H A Dgpu_process_transport_factory.cc137 scoped_ptr<cc::OutputSurface> GpuProcessTransportFactory::CreateOutputSurface( function in class:content::GpuProcessTransportFactory
/external/chromium_org/content/renderer/android/
H A Dsynchronous_compositor_factory.h48 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_impl.h53 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface() OVERRIDE;
H A Dsurfaces_impl.cc93 scoped_ptr<cc::OutputSurface> SurfacesImpl::CreateOutputSurface() { function in class:mojo::SurfacesImpl
/external/chromium_org/ui/compositor/test/
H A Din_process_context_factory.h28 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
H A Din_process_context_factory.cc41 scoped_ptr<cc::OutputSurface> InProcessContextFactory::CreateOutputSurface( function in class:ui::InProcessContextFactory
/external/chromium_org/cc/test/
H A Dlayer_tree_pixel_test.h37 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) OVERRIDE;
H A Dlayer_tree_test.h188 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback);
H A Dlayer_tree_test.cc670 layer_tree_host_->SetOutputSurface(CreateOutputSurface(fallback));
673 scoped_ptr<OutputSurface> LayerTreeTest::CreateOutputSurface(bool fallback) { function in class:cc::LayerTreeTest
H A Dlayer_tree_pixel_test.cc37 scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface( function in class:cc::LayerTreePixelTest
/external/chromium_org/cc/output/
H A Ddelegating_renderer_unittest.cc20 virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback)
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.h115 void CreateOutputSurface(bool fallback);
H A Dcompositor_impl_android.cc554 base::Bind(&CompositorImpl::CreateOutputSurface,
560 CreateOutputSurface(fallback);
563 void CompositorImpl::CreateOutputSurface(bool fallback) { function in class:content::CompositorImpl
/external/chromium_org/ui/compositor/
H A Dcompositor.h69 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
H A Dcompositor.cc346 context_factory_->CreateOutputSurface(this, fallback));
/external/chromium_org/content/renderer/
H A Drender_widget.h192 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback);

Completed in 451 milliseconds

12