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

  /external/chromium_org/cc/test/
fake_output_surface.cc 17 FakeOutputSurface::FakeOutputSurface(
32 FakeOutputSurface::FakeOutputSurface(
46 FakeOutputSurface::FakeOutputSurface(
61 FakeOutputSurface::~FakeOutputSurface() {}
63 void FakeOutputSurface::SwapBuffers(CompositorFrame* frame) {
85 void FakeOutputSurface::SetNeedsBeginFrame(bool enable)
    [all...]
fake_output_surface.h 21 class FakeOutputSurface : public OutputSurface {
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_device.Pass()
    [all...]

Completed in 47 milliseconds