Lines Matching defs:OutputDevOptRepaintFlashTest
2682 struct OutputDevOptRepaintFlashTest : public testing::Test { struct
2683 struct OutputPartialMock : public OutputPartialMockBase {
2694 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() function
2700 static const Region kEmptyRegion;
2701 static const Region kNotEmptyRegion;
2703 StrictMock<OutputPartialMock> mOutput;
2704 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
2705 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
2706 CompositionRefreshArgs mRefreshArgs;
2712 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument
2720 TEST_F(OutputDevOptRepaintFlashTest, postsAndPreparesANewFrameIfNotEnabled) { in TEST_F() argument
2732 TEST_F(OutputDevOptRepaintFlashTest, postsAndPreparesANewFrameIfNotDirty) { in TEST_F() argument
2745 TEST_F(OutputDevOptRepaintFlashTest, alsoComposesSurfacesAndQueuesABufferIfDirty) { in TEST_F() argument