OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoftwareOutputDevice
(Results
26 - 42
of
42
) sorted by null
1
2
/external/chromium_org/cc/test/
pixel_test.cc
147
SoftwareOutputDevice
* device = output_surface_->software_device();
168
scoped_ptr<
SoftwareOutputDevice
> device(new PixelTestSoftwareOutputDevice());
layer_tree_pixel_test.cc
49
software_output_device.PassAs<
SoftwareOutputDevice
>()));
/external/chromium_org/content/browser/aura/
browser_compositor_output_surface.cc
34
scoped_ptr<cc::
SoftwareOutputDevice
> software_device,
gpu_process_transport_factory.cc
164
scoped_ptr<cc::
SoftwareOutputDevice
> CreateSoftwareOutputDevice(
167
return scoped_ptr<cc::
SoftwareOutputDevice
>(new SoftwareOutputDeviceWin(
170
return scoped_ptr<cc::
SoftwareOutputDevice
>(new SoftwareOutputDeviceOzone(
173
return scoped_ptr<cc::
SoftwareOutputDevice
>(new SoftwareOutputDeviceX11(
178
return scoped_ptr<cc::
SoftwareOutputDevice
>();
software_output_device_win.cc
61
SoftwareOutputDevice
::EndPaint(frame_data);
/external/chromium_org/content/renderer/gpu/
compositor_output_surface.h
49
scoped_ptr<cc::
SoftwareOutputDevice
> software,
compositor_output_surface.cc
54
scoped_ptr<cc::
SoftwareOutputDevice
> software_device,
mailbox_output_surface.cc
27
scoped_ptr<cc::
SoftwareOutputDevice
> software_device,
/external/chromium_org/cc/output/
software_renderer_unittest.cc
31
scoped_ptr<
SoftwareOutputDevice
> software_output_device) {
66
InitializeRenderer(make_scoped_ptr(new
SoftwareOutputDevice
));
122
InitializeRenderer(make_scoped_ptr(new
SoftwareOutputDevice
));
224
InitializeRenderer(make_scoped_ptr(new
SoftwareOutputDevice
));
317
InitializeRenderer(make_scoped_ptr(new
SoftwareOutputDevice
));
382
InitializeRenderer(make_scoped_ptr(new
SoftwareOutputDevice
));
output_surface.cc
60
OutputSurface::OutputSurface(scoped_ptr<
SoftwareOutputDevice
> software_device)
74
scoped_ptr<
SoftwareOutputDevice
> software_device)
/external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.cc
40
: public cc::
SoftwareOutputDevice
{
76
scoped_ptr<cc::
SoftwareOutputDevice
>(new SoftwareDevice(this))),
/external/chromium_org/cc/resources/
resource_provider_unittest.cc
435
make_scoped_ptr(new
SoftwareOutputDevice
));
437
make_scoped_ptr(new
SoftwareOutputDevice
));
[
all
...]
/external/chromium_org/content/renderer/
render_widget.cc
[
all
...]
/external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc
[
all
...]
/external/chromium_org/cc/trees/
layer_tree_host_unittest_copyrequest.cc
113
make_scoped_ptr(new
SoftwareOutputDevice
)).Pass();
layer_tree_host_impl_unittest.cc
[
all
...]
layer_tree_host_unittest.cc
[
all
...]
Completed in 136 milliseconds
1
2