Searched refs:OutputDevOptRepaintFlashTest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | OutputTest.cpp | 2933 struct OutputDevOptRepaintFlashTest : public testing::Test { struct 2949 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() function 2964 const Region OutputDevOptRepaintFlashTest::kEmptyRegion{Rect{0, 0, 0, 0}}; 2965 const Region OutputDevOptRepaintFlashTest::kNotEmptyRegion{Rect{0, 0, 1, 1}}; 2967 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument 2974 TEST_F(OutputDevOptRepaintFlashTest, postsAndPreparesANewFrameIfNotEnabled) { in TEST_F() argument 2986 TEST_F(OutputDevOptRepaintFlashTest, postsAndPreparesANewFrameIfEnabled) { in TEST_F() argument 2999 TEST_F(OutputDevOptRepaintFlashTest, alsoComposesSurfacesAndQueuesABufferIfDirty) { in TEST_F() argument
|