Lines Matching defs:OutputDevOptRepaintFlashTest
2961 struct OutputDevOptRepaintFlashTest : public testing::Test { struct
2962 struct OutputPartialMock : public OutputPartialMockBase {
2977 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() function
2983 static const Region kEmptyRegion;
2984 static const Region kNotEmptyRegion;
2986 StrictMock<OutputPartialMock> mOutput;
2987 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
2988 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
2989 CompositionRefreshArgs mRefreshArgs;
2995 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument
3002 TEST_F(OutputDevOptRepaintFlashTest, postsAndPreparesANewFrameIfNotEnabled) { in TEST_F() argument
3013 TEST_F(OutputDevOptRepaintFlashTest, postsAndPreparesANewFrameIfEnabled) { in TEST_F() argument
3025 TEST_F(OutputDevOptRepaintFlashTest, alsoComposesSurfacesAndQueuesABufferIfDirty) { in TEST_F() argument