HomeSort by relevance Sort by last modified time
    Searched refs:output_surface (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/cc/output/
output_surface_unittest.cc 5 #include "cc/output/output_surface.h"
135 TestOutputSurface output_surface(TestContextProvider::Create());
136 EXPECT_FALSE(output_surface.HasClient());
139 EXPECT_TRUE(output_surface.BindToClient(&client));
140 EXPECT_TRUE(output_surface.HasClient());
145 output_surface.context_provider()->Context3d()->loseContextCHROMIUM(
157 TestOutputSurface output_surface(context_provider);
158 EXPECT_FALSE(output_surface.HasClient());
161 EXPECT_FALSE(output_surface.BindToClient(&client));
162 EXPECT_FALSE(output_surface.HasClient())
    [all...]
delegating_renderer.h 23 OutputSurface* output_surface,
57 OutputSurface* output_surface,
gl_renderer_unittest.cc 160 OutputSurface* output_surface,
164 output_surface,
555 scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::Create3d(
557 CHECK(output_surface->BindToClient(&output_surface_client));
560 ResourceProvider::Create(output_surface.get(), NULL, 0, false, 1));
566 output_surface.get(),
591 scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::Create3d(
593 CHECK(output_surface->BindToClient(&output_surface_client));
596 ResourceProvider::Create(output_surface.get(), NULL, 0, false, 1));
602 output_surface.get()
    [all...]
delegating_renderer.cc 37 OutputSurface* output_surface,
40 client, settings, output_surface, resource_provider));
48 OutputSurface* output_surface,
51 output_surface_(output_surface),
delegating_renderer_unittest.cc 22 scoped_ptr<FakeOutputSurface> output_surface = variable
24 output_surface_ = output_surface.get();
25 return output_surface.PassAs<OutputSurface>();
software_renderer.h 33 OutputSurface* output_surface,
75 OutputSurface* output_surface,
software_renderer.cc 13 #include "cc/output/output_surface.h"
68 OutputSurface* output_surface,
71 client, settings, output_surface, resource_provider));
76 OutputSurface* output_surface,
78 : DirectRenderer(client, settings, output_surface, resource_provider),
82 output_device_(output_surface->software_device()),
direct_renderer.h 67 OutputSurface* output_surface,
  /external/chromium_org/cc/resources/
scoped_resource_unittest.cc 18 scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::Create3d());
19 CHECK(output_surface->BindToClient(&output_surface_client));
22 ResourceProvider::Create(output_surface.get(), NULL, 0, false, 1));
36 scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::Create3d());
37 CHECK(output_surface->BindToClient(&output_surface_client));
40 ResourceProvider::Create(output_surface.get(), NULL, 0, false, 1));
58 scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::Create3d());
59 CHECK(output_surface->BindToClient(&output_surface_client));
62 ResourceProvider::Create(output_surface.get(), NULL, 0, false, 1));
92 scoped_ptr<OutputSurface> output_surface(FakeOutputSurface::Create3d())
    [all...]
resource_provider_unittest.cc 15 #include "cc/output/output_surface.h"
    [all...]
  /external/chromium_org/content/browser/aura/
reflector_impl.cc 73 BrowserCompositorOutputSurface* output_surface = local
75 if (output_surface)
76 output_surface->SetReflector(NULL);
89 BrowserCompositorOutputSurface* output_surface) {
91 new GLHelper(output_surface->context_provider()->Context3d(),
92 output_surface->context_provider()->ContextSupport()));
93 output_surface->SetReflector(this);
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_impl.h 67 SynchronousCompositorOutputSurface* output_surface) OVERRIDE;
69 SynchronousCompositorOutputSurface* output_surface) OVERRIDE;
92 SynchronousCompositorOutputSurface* output_surface);
synchronous_compositor_output_surface.h 13 #include "cc/output/output_surface.h"
31 SynchronousCompositorOutputSurface* output_surface) = 0;
33 SynchronousCompositorOutputSurface* output_surface) = 0;
synchronous_compositor_impl.cc 152 SynchronousCompositorOutputSurface* output_surface) {
154 output_surface_ = output_surface;
160 SynchronousCompositorOutputSurface* output_surface) {
165 if (output_surface_ == output_surface) {
synchronous_compositor_factory_impl.cc 116 scoped_ptr<SynchronousCompositorOutputSurface> output_surface(
118 return output_surface.PassAs<cc::OutputSurface>();
  /external/chromium_org/cc/test/
pixel_test.h 98 OutputSurface* output_surface,
104 output_surface,
114 OutputSurface* output_surface,
116 : SoftwareRenderer(client, settings, output_surface, resource_provider) {}
layer_tree_pixel_test.cc 38 scoped_ptr<PixelTestOutputSurface> output_surface; local
47 output_surface = make_scoped_ptr(
58 output_surface = make_scoped_ptr(new PixelTestOutputSurface(
64 output_surface->set_surface_expansion_size(surface_expansion_size);
65 return output_surface.PassAs<OutputSurface>();
layer_tree_test.cc 162 virtual bool InitializeRenderer(scoped_ptr<OutputSurface> output_surface)
164 bool success = LayerTreeHostImpl::InitializeRenderer(output_surface.Pass());
685 scoped_ptr<FakeOutputSurface> output_surface; local
687 output_surface = FakeOutputSurface::CreateDelegating3d();
689 output_surface = FakeOutputSurface::Create3d();
690 output_surface_ = output_surface.get();
691 return output_surface.PassAs<OutputSurface>();
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.h 16 #include "cc/output/output_surface.h"
76 CompositorOutputSurface* output_surface)
77 : output_surface_(output_surface) {}
  /external/chromium_org/cc/layers/
io_surface_layer_impl.cc 10 #include "cc/output/output_surface.h"
44 layer_tree_impl()->output_surface()->context_provider().get();
72 layer_tree_impl()->output_surface()->context_provider().get();
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 11 #include "cc/output/output_surface.h"
116 scoped_ptr<OutputSurface> output_surface = first_output_surface_.Pass(); local
117 if (!output_surface)
118 output_surface = layer_tree_host_->CreateOutputSurface();
119 if (!output_surface) {
146 DCHECK(output_surface);
148 output_surface.Pass());
layer_tree_host_impl.cc 544 static DrawMode GetDrawMode(OutputSurface* output_surface) {
545 if (output_surface->ForcedDrawToSoftwareDevice()) {
547 } else if (output_surface->context_provider()) {
550 DCHECK_EQ(!output_surface->software_device(),
551 output_surface->capabilities().delegated_rendering);
    [all...]
thread_proxy.cc 17 #include "cc/output/output_surface.h"
269 scoped_ptr<OutputSurface> output_surface = first_output_surface_.Pass(); local
270 if (!output_surface)
271 output_surface = layer_tree_host()->CreateOutputSurface();
274 bool success = !!output_surface;
304 base::Passed(&output_surface),
    [all...]
layer_tree_host_impl_unittest.cc 155 scoped_ptr<OutputSurface> output_surface) {
158 bool init = host_impl_->InitializeRenderer(output_surface.Pass());
377 scoped_ptr<FakeOutputSurface> output_surface(
379 CreateHostImpl(DefaultSettings(), output_surface.PassAs<OutputSurface>());
478 scoped_ptr<FakeOutputSurface> output_surface(FakeOutputSurface::Create3d(
483 output_surface.PassAs<OutputSurface>()));
4833 FakeOutputSurface* output_surface = FakeOutputSurface::CreateDeferredGL( local
4860 FakeOutputSurface* output_surface = FakeOutputSurface::CreateDeferredGL( local
5099 scoped_ptr<OutputSurface> output_surface = CreateFakeOutputSurface(); local
5148 scoped_ptr<OutputSurface> output_surface = CreateFakeOutputSurface(); local
    [all...]
layer_tree_host_impl.h 244 OutputSurface* output_surface() const { return output_surface_.get(); } function in class:cc::LayerTreeHostImpl
257 virtual bool InitializeRenderer(scoped_ptr<OutputSurface> output_surface);
458 OutputSurface* output_surface,

Completed in 1485 milliseconds

1 2