HomeSort by relevance Sort by last modified time
    Searched defs:output_surface (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/cc/output/
delegating_renderer_unittest.cc 22 scoped_ptr<FakeOutputSurface> output_surface = variable
24 output_surface_ = output_surface.get();
25 return output_surface.PassAs<OutputSurface>();
  /external/chromium_org/cc/layers/
io_surface_layer_impl.cc 10 #include "cc/output/output_surface.h"
42 OutputSurface* output_surface = layer_tree_impl()->output_surface(); local
44 WebKit::WebGraphicsContext3D* context3d = output_surface->context3d();
nine_patch_layer_unittest.cc 98 scoped_ptr<OutputSurface> output_surface; local
103 output_surface = CreateFakeOutputSurface();
104 resource_provider = ResourceProvider::Create(output_surface.get(), 0);
  /external/chromium_org/content/browser/aura/
reflector_impl.cc 56 BrowserCompositorOutputSurface* output_surface = local
58 output_surface->SetReflector(NULL);
70 BrowserCompositorOutputSurface* output_surface) {
71 gl_helper_.reset(new GLHelper(output_surface->context3d()));
72 output_surface->SetReflector(this);
  /external/chromium_org/cc/resources/
picture_layer_tiling_set_unittest.cc 62 scoped_ptr<FakeOutputSurface> output_surface = local
65 ResourceProvider::Create(output_surface.get(), 0);
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 36 scoped_ptr<PixelTestOutputSurface> output_surface; local
45 output_surface = make_scoped_ptr(
60 output_surface.reset(new PixelTestOutputSurface(context.Pass()));
65 output_surface->set_viewport_offset(viewport_offset);
66 output_surface->set_surface_expansion_size(surface_expansion_size);
67 return output_surface.PassAs<OutputSurface>();
layer_tree_test.cc 137 virtual bool InitializeRenderer(scoped_ptr<OutputSurface> output_surface)
139 bool success = LayerTreeHostImpl::InitializeRenderer(output_surface.Pass());
605 scoped_ptr<FakeOutputSurface> output_surface; local
607 output_surface = FakeOutputSurface::CreateDelegating3d();
609 output_surface = FakeOutputSurface::Create3d();
610 output_surface_ = output_surface.get();
611 return output_surface.PassAs<OutputSurface>();
layer_tree_test.h 157 FakeOutputSurface* output_surface() { return output_surface_; } function in class:cc::LayerTreeTest
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 10 #include "cc/output/output_surface.h"
111 scoped_ptr<OutputSurface> output_surface = first_output_surface_.Pass(); local
112 if (!output_surface)
113 output_surface = layer_tree_host_->CreateOutputSurface();
114 if (!output_surface) {
140 DCHECK(output_surface);
142 output_surface.Pass());
layer_tree_host_impl.h 232 OutputSurface* output_surface() const { return output_surface_.get(); } function in class:cc::LayerTreeHostImpl
239 virtual bool InitializeRenderer(scoped_ptr<OutputSurface> output_surface);
421 void CreateAndSetRenderer(OutputSurface* output_surface,
layer_tree_impl.cc 312 !output_surface()->ForcedDrawToSoftwareDevice();
426 OutputSurface* LayerTreeImpl::output_surface() const { function in class:cc::LayerTreeImpl
427 return layer_tree_host_impl_->output_surface();
thread_proxy.cc 15 #include "cc/output/output_surface.h"
250 scoped_ptr<OutputSurface> output_surface = first_output_surface_.Pass(); local
251 if (!output_surface)
252 output_surface = layer_tree_host_->CreateOutputSurface();
255 bool success = !!output_surface;
285 base::Passed(&output_surface),
    [all...]
layer_tree_host_impl_unittest.cc 145 scoped_ptr<OutputSurface> output_surface) {
155 host_impl_->InitializeRenderer(output_surface.Pass());
2934 scoped_ptr<OutputSurface> output_surface; local
3165 scoped_ptr<OutputSurface> output_surface = FakeOutputSurface::Create3d( local
3259 scoped_ptr<OutputSurface> output_surface = local
3498 scoped_ptr<OutputSurface> output_surface = local
3535 scoped_ptr<OutputSurface> output_surface = local
3599 scoped_ptr<OutputSurface> output_surface = local
3756 scoped_ptr<OutputSurface> output_surface = FakeOutputSurface::Create3d( local
3816 scoped_ptr<OutputSurface> output_surface = local
3874 scoped_ptr<OutputSurface> output_surface = local
3953 scoped_ptr<OutputSurface> output_surface = local
4072 scoped_ptr<OutputSurface> output_surface = local
4193 scoped_ptr<OutputSurface> output_surface = local
4283 scoped_ptr<OutputSurface> output_surface = local
4374 scoped_ptr<OutputSurface> output_surface = local
4504 scoped_ptr<OutputSurface> output_surface = local
6216 FakeOutputSurface* output_surface = FakeOutputSurface::CreateDeferredGL( local
6240 FakeOutputSurface* output_surface = FakeOutputSurface::CreateDeferredGL( local
6364 scoped_ptr<OutputSurface> output_surface = FakeOutputSurface::Create3d( local
    [all...]
layer_tree_host_unittest.cc 24 #include "cc/output/output_surface.h"
2407 scoped_ptr<OutputSurface> output_surface = FakeOutputSurface::Create3d( variable
    [all...]

Completed in 637 milliseconds