• Home
  • Raw
  • Download

Lines Matching defs:OutputBeginFrameTest

2807 struct OutputBeginFrameTest : public ::testing::Test {  struct
2808 using TestType = OutputBeginFrameTest;
2810 struct OutputPartialMock : public OutputPartialMockBase {
2816 OutputBeginFrameTest() { in OutputBeginFrameTest() function
2822 struct IfGetDirtyRegionExpectationState
2830 struct AndIfGetOutputLayerCountExpectationState
2838 struct AndIfLastCompositionHadVisibleLayersState
2847 struct ThenExpectRenderSurfaceBeginFrameCallState
2856 struct ExecuteState : public CallOrderStateMachineHelper<TestType, ExecuteState> {
2863 struct CheckPostconditionHadVisibleLayersState
2872 [[nodiscard]] auto verify() { return IfGetDirtyRegionExpectationState::make(this); } in verify()
2874 static const Region kEmptyRegion;
2875 static const Region kNotEmptyRegion;
2877 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
2878 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
2879 StrictMock<OutputPartialMock> mOutput;
2885 TEST_F(OutputBeginFrameTest, hasDirtyHasLayersHadLayersLastFrame) { in TEST_F() argument
2894 TEST_F(OutputBeginFrameTest, hasDirtyNotHasLayersHadLayersLastFrame) { in TEST_F() argument
2903 TEST_F(OutputBeginFrameTest, hasDirtyHasLayersNotHadLayersLastFrame) { in TEST_F() argument
2912 TEST_F(OutputBeginFrameTest, hasDirtyNotHasLayersNotHadLayersLastFrame) { in TEST_F() argument
2921 TEST_F(OutputBeginFrameTest, notHasDirtyHasLayersHadLayersLastFrame) { in TEST_F() argument
2930 TEST_F(OutputBeginFrameTest, notHasDirtyNotHasLayersHadLayersLastFrame) { in TEST_F() argument
2939 TEST_F(OutputBeginFrameTest, notHasDirtyHasLayersNotHadLayersLastFrame) { in TEST_F() argument
2948 TEST_F(OutputBeginFrameTest, notHasDirtyNotHasLayersNotHadLayersLastFrame) { in TEST_F() argument