Lines Matching defs:OutputBeginFrameTest

2527 struct OutputBeginFrameTest : public ::testing::Test {  struct
2528 using TestType = OutputBeginFrameTest;
2530 struct OutputPartialMock : public OutputPartialMockBase {
2536 OutputBeginFrameTest() { in OutputBeginFrameTest() argument
2542 struct IfGetDirtyRegionExpectationState
2551 struct AndIfGetOutputLayerCountExpectationState
2559 struct AndIfLastCompositionHadVisibleLayersState
2568 struct ThenExpectRenderSurfaceBeginFrameCallState
2577 struct ExecuteState : public CallOrderStateMachineHelper<TestType, ExecuteState> {
2584 struct CheckPostconditionHadVisibleLayersState
2593 [[nodiscard]] auto verify() { return IfGetDirtyRegionExpectationState::make(this); } in verify()
2595 static const Region kEmptyRegion;
2596 static const Region kNotEmptyRegion;
2598 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
2599 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
2600 StrictMock<OutputPartialMock> mOutput;
2606 TEST_F(OutputBeginFrameTest, hasDirtyHasLayersHadLayersLastFrame) { in TEST_F() argument
2615 TEST_F(OutputBeginFrameTest, hasDirtyNotHasLayersHadLayersLastFrame) { in TEST_F() argument
2624 TEST_F(OutputBeginFrameTest, hasDirtyHasLayersNotHadLayersLastFrame) { in TEST_F() argument
2633 TEST_F(OutputBeginFrameTest, hasDirtyNotHasLayersNotHadLayersLastFrame) { in TEST_F() argument
2642 TEST_F(OutputBeginFrameTest, notHasDirtyHasLayersHadLayersLastFrame) { in TEST_F() argument
2651 TEST_F(OutputBeginFrameTest, notHasDirtyNotHasLayersHadLayersLastFrame) { in TEST_F() argument
2660 TEST_F(OutputBeginFrameTest, notHasDirtyHasLayersNotHadLayersLastFrame) { in TEST_F() argument
2669 TEST_F(OutputBeginFrameTest, notHasDirtyNotHasLayersNotHadLayersLastFrame) { in TEST_F() argument