Searched refs:OutputBeginFrameTest (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | OutputTest.cpp | 2307 struct OutputBeginFrameTest : public ::testing::Test { struct 2308 using TestType = OutputBeginFrameTest; argument 2316 OutputBeginFrameTest() { in OutputBeginFrameTest() function 2383 const Region OutputBeginFrameTest::kEmptyRegion{Rect{0, 0, 0, 0}}; 2384 const Region OutputBeginFrameTest::kNotEmptyRegion{Rect{0, 0, 1, 1}}; 2386 TEST_F(OutputBeginFrameTest, hasDirtyHasLayersHadLayersLastFrame) { in TEST_F() argument 2395 TEST_F(OutputBeginFrameTest, hasDirtyNotHasLayersHadLayersLastFrame) { in TEST_F() argument 2404 TEST_F(OutputBeginFrameTest, hasDirtyHasLayersNotHadLayersLastFrame) { in TEST_F() argument 2413 TEST_F(OutputBeginFrameTest, hasDirtyNotHasLayersNotHadLayersLastFrame) { in TEST_F() argument 2422 TEST_F(OutputBeginFrameTest, notHasDirtyHasLayersHadLayersLastFrame) { in TEST_F() argument [all …]
|