Searched defs:FakeOutputSurface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_output_surface.cc17 FakeOutputSurface::FakeOutputSurface( function in class:cc::FakeOutputSurface
32 FakeOutputSurface::FakeOutputSurface( function in class:cc::FakeOutputSurface
46 FakeOutputSurface::FakeOutputSurface( function in class:cc::FakeOutputSurface
61 FakeOutputSurface::~FakeOutputSurface() {}
63 void FakeOutputSurface::SwapBuffers(CompositorFrame* frame) {
85 void FakeOutputSurface
[all...]
H A Dfake_output_surface.h21 class FakeOutputSurface : public OutputSurface { class in namespace:cc
23 virtual ~FakeOutputSurface();
25 static scoped_ptr<FakeOutputSurface> Create3d() {
26 return make_scoped_ptr(new FakeOutputSurface(
30 static scoped_ptr<FakeOutputSurface> Create3d(
32 return make_scoped_ptr(new FakeOutputSurface(context_provider, false));
35 static scoped_ptr<FakeOutputSurface> Create3d(
37 return make_scoped_ptr(new FakeOutputSurface(
41 static scoped_ptr<FakeOutputSurface> CreateSoftware(
43 return make_scoped_ptr(new FakeOutputSurface(software_devic
[all...]

Completed in 377 milliseconds