Searched refs:TestSoftwareOutputDevice (Results 1 – 1 of 1) sorted by relevance
58 class TestSoftwareOutputDevice : public SoftwareOutputDevice { class60 TestSoftwareOutputDevice();61 virtual ~TestSoftwareOutputDevice();75 TestSoftwareOutputDevice::TestSoftwareOutputDevice() in TestSoftwareOutputDevice() function in cc::__anon6caecb630111::TestSoftwareOutputDevice78 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()