Searched refs:OutputBeginFrameTest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | OutputTest.cpp | 2779 struct OutputBeginFrameTest : public ::testing::Test { struct 2780 using TestType = OutputBeginFrameTest; argument 2788 OutputBeginFrameTest() { in OutputBeginFrameTest() argument 2854 const Region OutputBeginFrameTest::kEmptyRegion{Rect{0, 0, 0, 0}}; 2855 const Region OutputBeginFrameTest::kNotEmptyRegion{Rect{0, 0, 1, 1}}; 2857 TEST_F(OutputBeginFrameTest, hasDirtyHasLayersHadLayersLastFrame) { in TEST_F() argument 2866 TEST_F(OutputBeginFrameTest, hasDirtyNotHasLayersHadLayersLastFrame) { in TEST_F() argument 2875 TEST_F(OutputBeginFrameTest, hasDirtyHasLayersNotHadLayersLastFrame) { in TEST_F() argument 2884 TEST_F(OutputBeginFrameTest, hasDirtyNotHasLayersNotHadLayersLastFrame) { in TEST_F() argument 2893 TEST_F(OutputBeginFrameTest, notHasDirtyHasLayersHadLayersLastFrame) { in TEST_F() argument [all …]
|