Searched defs:software_device (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/cc/test/
H A Dpixel_test_output_surface.cc17 scoped_ptr<SoftwareOutputDevice> software_device)
18 : OutputSurface(software_device.Pass()), external_stencil_test_(false) {}
16 PixelTestOutputSurface( scoped_ptr<SoftwareOutputDevice> software_device) argument
H A Dfake_output_surface.cc33 scoped_ptr<SoftwareOutputDevice> software_device,
35 : OutputSurface(software_device.Pass()),
48 scoped_ptr<SoftwareOutputDevice> software_device,
50 : OutputSurface(context_provider, software_device.Pass()),
32 FakeOutputSurface( scoped_ptr<SoftwareOutputDevice> software_device, bool delegated_rendering) argument
46 FakeOutputSurface( scoped_refptr<ContextProvider> context_provider, scoped_ptr<SoftwareOutputDevice> software_device, bool delegated_rendering) argument
H A Dfake_output_surface.h42 scoped_ptr<SoftwareOutputDevice> software_device) {
43 return make_scoped_ptr(new FakeOutputSurface(software_device.Pass(),
64 scoped_ptr<SoftwareOutputDevice> software_device) {
66 new FakeOutputSurface(software_device.Pass(), true));
70 scoped_ptr<SoftwareOutputDevice> software_device,
73 new FakeOutputSurface(software_device.Pass(), delegated_rendering));
128 scoped_ptr<SoftwareOutputDevice> software_device,
133 scoped_ptr<SoftwareOutputDevice> software_device,
41 CreateSoftware( scoped_ptr<SoftwareOutputDevice> software_device) argument
63 CreateDelegatingSoftware( scoped_ptr<SoftwareOutputDevice> software_device) argument
69 CreateDeferredGL( scoped_ptr<SoftwareOutputDevice> software_device, bool delegated_rendering) argument
/external/chromium_org/content/browser/compositor/
H A Dsoftware_browser_compositor_output_surface.cc21 scoped_ptr<cc::SoftwareOutputDevice> software_device,
25 : BrowserCompositorOutputSurface(software_device.Pass(),
46 gfx::VSyncProvider* vsync_provider = software_device()->GetVSyncProvider();
19 SoftwareBrowserCompositorOutputSurface( scoped_refptr<BrowserCompositorOutputSurfaceProxy> surface_proxy, scoped_ptr<cc::SoftwareOutputDevice> software_device, int surface_id, IDMap<BrowserCompositorOutputSurface>* output_surface_map, const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager) argument
H A Dbrowser_compositor_output_surface.cc28 scoped_ptr<cc::SoftwareOutputDevice> software_device,
32 : OutputSurface(software_device.Pass()),
27 BrowserCompositorOutputSurface( scoped_ptr<cc::SoftwareOutputDevice> software_device, int surface_id, IDMap<BrowserCompositorOutputSurface>* output_surface_map, const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager) argument
/external/chromium_org/content/renderer/gpu/
H A Dmailbox_output_surface.cc29 scoped_ptr<cc::SoftwareOutputDevice> software_device,
35 software_device.Pass(),
25 MailboxOutputSurface( int32 routing_id, uint32 output_surface_id, const scoped_refptr<ContextProviderCommandBuffer>& context_provider, scoped_ptr<cc::SoftwareOutputDevice> software_device, scoped_refptr<FrameSwapMessageQueue> swap_frame_message_queue, cc::ResourceFormat format) argument
H A Dcompositor_output_surface.cc57 scoped_ptr<cc::SoftwareOutputDevice> software_device,
60 : OutputSurface(context_provider, software_device.Pass()),
81 if (OutputSurface::software_device())
53 CompositorOutputSurface( int32 routing_id, uint32 output_surface_id, const scoped_refptr<ContextProviderCommandBuffer>& context_provider, scoped_ptr<cc::SoftwareOutputDevice> software_device, scoped_refptr<FrameSwapMessageQueue> swap_frame_message_queue, bool use_swap_compositor_frame_message) argument
/external/chromium_org/cc/output/
H A Doutput_surface.h53 explicit OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device);
56 scoped_ptr<SoftwareOutputDevice> software_device);
91 SoftwareOutputDevice* software_device() const { function in class:cc::OutputSurface
H A Doutput_surface_unittest.cc28 explicit TestOutputSurface(scoped_ptr<SoftwareOutputDevice> software_device) argument
29 : OutputSurface(software_device.Pass()) {}
32 scoped_ptr<SoftwareOutputDevice> software_device)
33 : OutputSurface(context_provider, software_device.Pass()) {}
142 EXPECT_TRUE(output_surface_.software_device());
31 TestOutputSurface(scoped_refptr<ContextProvider> context_provider, scoped_ptr<SoftwareOutputDevice> software_device) argument
H A Doutput_surface.cc53 OutputSurface::OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device) argument
55 software_device_(software_device.Pass()),
64 scoped_ptr<SoftwareOutputDevice> software_device)
67 software_device_(software_device.Pass()),
62 OutputSurface( const scoped_refptr<ContextProvider>& context_provider, scoped_ptr<SoftwareOutputDevice> software_device) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc5835 CountingSoftwareDevice* software_device = new CountingSoftwareDevice(); local
5839 scoped_ptr<SoftwareOutputDevice>(software_device),
5858 EXPECT_EQ(0, software_device->frames_began_);
5859 EXPECT_EQ(0, software_device->frames_ended_);
5863 EXPECT_EQ(1, software_device->frames_began_);
5864 EXPECT_EQ(1, software_device->frames_ended_);

Completed in 9381 milliseconds