Searched refs:delegated_rendering (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_output_surface.cc19 bool delegated_rendering)
26 if (delegated_rendering) {
27 capabilities_.delegated_rendering = true;
34 bool delegated_rendering)
40 if (delegated_rendering) {
41 capabilities_.delegated_rendering = true;
49 bool delegated_rendering)
55 if (delegated_rendering) {
56 capabilities_.delegated_rendering = true;
17 FakeOutputSurface( scoped_refptr<ContextProvider> context_provider, bool delegated_rendering) argument
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.h71 bool delegated_rendering) {
73 new FakeOutputSurface(software_device.Pass(), delegated_rendering));
125 bool delegated_rendering);
129 bool delegated_rendering);
134 bool delegated_rendering);
69 CreateDeferredGL( scoped_ptr<SoftwareOutputDevice> software_device, bool delegated_rendering) argument
H A Dlayer_tree_test.cc678 output_surface->capabilities().delegated_rendering);
/external/chromium_org/content/renderer/gpu/
H A Ddelegated_compositor_output_surface.cc21 capabilities_.delegated_rendering = true;
/external/chromium_org/cc/output/
H A Doutput_surface.h62 : delegated_rendering(false),
68 bool delegated_rendering; member in struct:cc::OutputSurface::Capabilities
/external/chromium_org/content/browser/compositor/
H A Dsurface_display_output_surface.cc25 capabilities_.delegated_rendering = true;
/external/chromium_org/mojo/cc/
H A Doutput_surface_mojo.cc23 capabilities_.delegated_rendering = true;
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_output_surface.cc85 capabilities_.delegated_rendering = true;
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc535 output_surface_->capabilities().delegated_rendering &&
537 << output_surface_->capabilities().delegated_rendering << " "
1902 if (output_surface_->capabilities().delegated_rendering) {
H A Dlayer_tree_host_impl_unittest.cc5836 bool delegated_rendering = false; local
5840 delegated_rendering).release();
5874 bool delegated_rendering = false; local
5878 delegated_rendering).release();
5923 bool delegated_rendering = false; variable
5927 delegated_rendering));
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl_unittest.cc2277 bool delegated_rendering = false; variable
2281 delegated_rendering).PassAs<OutputSurface>());
/external/chromium_org/cc/resources/
H A Dresource_provider_unittest.cc3503 bool delegated_rendering = false; local
3507 delegated_rendering));

Completed in 191 milliseconds