Home
last modified time | relevance | path

Searched refs:TestOutputSurface (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/output/
Doutput_surface_unittest.cc23 class TestOutputSurface : public OutputSurface { class
25 explicit TestOutputSurface(scoped_refptr<ContextProvider> context_provider) in TestOutputSurface() function in cc::__anon6caecb630111::TestOutputSurface
28 explicit TestOutputSurface(scoped_ptr<SoftwareOutputDevice> software_device) in TestOutputSurface() function in cc::__anon6caecb630111::TestOutputSurface
31 TestOutputSurface(scoped_refptr<ContextProvider> context_provider, in TestOutputSurface() function in cc::__anon6caecb630111::TestOutputSurface
92 TestOutputSurface output_surface(provider); in TEST()
115 TestOutputSurface output_surface(context_provider); in TEST()
146 TestOutputSurface output_surface_;
179 TestOutputSurface output_surface(context_provider); in TEST()
213 TestOutputSurface output_surface(p.PassAs<SoftwareOutputDevice>()); in TEST()