Home
last modified time | relevance | path

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

/external/chromium_org/cc/output/
Doutput_surface_unittest.cc58 class TestSoftwareOutputDevice : public SoftwareOutputDevice { class
60 TestSoftwareOutputDevice();
61 virtual ~TestSoftwareOutputDevice();
75 TestSoftwareOutputDevice::TestSoftwareOutputDevice() in TestSoftwareOutputDevice() function in cc::__anon6caecb630111::TestSoftwareOutputDevice
78 TestSoftwareOutputDevice::~TestSoftwareOutputDevice() {} in ~TestSoftwareOutputDevice()
80 void TestSoftwareOutputDevice::DiscardBackbuffer() { in DiscardBackbuffer()
85 void TestSoftwareOutputDevice::EnsureBackbuffer() { in EnsureBackbuffer()
207 TestSoftwareOutputDevice* software_output_device = in TEST()
208 new TestSoftwareOutputDevice(); in TEST()
212 scoped_ptr<TestSoftwareOutputDevice> p(software_output_device); in TEST()