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

/external/chromium_org/cc/output/
H A Doutput_surface_unittest.cc23 class TestOutputSurface : public OutputSurface { class in namespace:cc::__anon2726
25 explicit TestOutputSurface(scoped_refptr<ContextProvider> context_provider) function in class:cc::__anon2726::TestOutputSurface
28 explicit TestOutputSurface(scoped_ptr<SoftwareOutputDevice> software_device) function in class:cc::__anon2726::TestOutputSurface
31 TestOutputSurface(scoped_refptr<ContextProvider> context_provider, function in class:cc::__anon2726::TestOutputSurface
92 TestOutputSurface output_surface(provider);
115 TestOutputSurface output_surface(context_provider);
146 TestOutputSurface output_surface_;
179 TestOutputSurface output_surface(context_provider);
210 // TestOutputSurface now owns software_output_device and has responsibility to
213 TestOutputSurface output_surfac
[all...]

Completed in 58 milliseconds