Searched refs:OutputBeginFrameTest (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | OutputTest.cpp | 2527 struct OutputBeginFrameTest : public ::testing::Test { struct 2528 using TestType = OutputBeginFrameTest; argument 2536 OutputBeginFrameTest() { in OutputBeginFrameTest() function 2603 const Region OutputBeginFrameTest::kEmptyRegion{Rect{0, 0, 0, 0}}; 2604 const Region OutputBeginFrameTest::kNotEmptyRegion{Rect{0, 0, 1, 1}}; 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 [all …]
|