HomeSort by relevance Sort by last modified time
    Searched full:software_device (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/cc/test/
fake_output_surface.h 42 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,
pixel_test_output_surface.cc 17 scoped_ptr<SoftwareOutputDevice> software_device)
18 : OutputSurface(software_device.Pass()), external_stencil_test_(false) {}
fake_output_surface.cc 33 scoped_ptr<SoftwareOutputDevice> software_device,
35 : OutputSurface(software_device.Pass()),
48 scoped_ptr<SoftwareOutputDevice> software_device,
50 : OutputSurface(context_provider, software_device.Pass()),
pixel_test_output_surface.h 17 scoped_ptr<SoftwareOutputDevice> software_device);
pixel_test.cc 130 SoftwareOutputDevice* device = output_surface_->software_device();
  /external/chromium_org/content/browser/compositor/
software_browser_compositor_output_surface.cc 21 scoped_ptr<cc::SoftwareOutputDevice> software_device,
25 : BrowserCompositorOutputSurface(software_device.Pass(),
46 gfx::VSyncProvider* vsync_provider = software_device()->GetVSyncProvider();
software_browser_compositor_output_surface_unittest.cc 125 scoped_ptr<cc::SoftwareOutputDevice> software_device(
127 output_surface_ = CreateSurface(software_device.Pass());
132 EXPECT_EQ(NULL, output_surface_->software_device()->GetVSyncProvider());
136 scoped_ptr<cc::SoftwareOutputDevice> software_device(
138 output_surface_ = CreateSurface(software_device.Pass());
141 output_surface_->software_device()->GetVSyncProvider());
software_browser_compositor_output_surface.h 29 scoped_ptr<cc::SoftwareOutputDevice> software_device,
browser_compositor_output_surface.cc 30 scoped_ptr<cc::SoftwareOutputDevice> software_device,
34 : OutputSurface(software_device.Pass()),
browser_compositor_output_surface.h 57 scoped_ptr<cc::SoftwareOutputDevice> software_device,
  /external/chromium_org/cc/output/
output_surface_unittest.cc 29 explicit TestOutputSurface(scoped_ptr<SoftwareOutputDevice> software_device)
30 : OutputSurface(software_device.Pass()) {}
33 scoped_ptr<SoftwareOutputDevice> software_device)
34 : OutputSurface(context_provider, software_device.Pass()) {}
143 EXPECT_TRUE(output_surface_.software_device());
output_surface.cc 55 OutputSurface::OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device)
57 software_device_(software_device.Pass()),
65 scoped_ptr<SoftwareOutputDevice> software_device)
68 software_device_(software_device.Pass()),
output_surface.h 53 explicit OutputSurface(scoped_ptr<SoftwareOutputDevice> software_device);
56 scoped_ptr<SoftwareOutputDevice> software_device);
93 SoftwareOutputDevice* software_device() const { function in class:cc::OutputSurface
software_renderer.cc 120 output_device_(output_surface->software_device()),
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.h 31 scoped_ptr<cc::SoftwareOutputDevice> software_device,
compositor_output_surface.cc 56 scoped_ptr<cc::SoftwareOutputDevice> software_device,
58 : OutputSurface(context_provider, software_device.Pass()),
77 if (OutputSurface::software_device())
mailbox_output_surface.cc 28 scoped_ptr<cc::SoftwareOutputDevice> software_device,
33 software_device.Pass(),
  /external/chromium_org/content/renderer/
render_widget.cc 836 scoped_ptr<cc::SoftwareOutputDevice> software_device(
843 software_device.Pass(),
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 5571 CountingSoftwareDevice* software_device = new CountingSoftwareDevice(); local
    [all...]
layer_tree_host_impl.cc 563 DCHECK_EQ(!output_surface_->software_device(),
    [all...]

Completed in 1772 milliseconds