Searched refs:OutputDevOptRepaintFlashTest (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | OutputTest.cpp | 2682 struct OutputDevOptRepaintFlashTest : public testing::Test { struct 2694 OutputDevOptRepaintFlashTest() { in OutputDevOptRepaintFlashTest() function 2709 const Region OutputDevOptRepaintFlashTest::kEmptyRegion{Rect{0, 0, 0, 0}}; 2710 const Region OutputDevOptRepaintFlashTest::kNotEmptyRegion{Rect{0, 0, 1, 1}}; 2712 TEST_F(OutputDevOptRepaintFlashTest, doesNothingIfFlashDelayNotSet) { in TEST_F() argument 2720 TEST_F(OutputDevOptRepaintFlashTest, postsAndPreparesANewFrameIfNotEnabled) { in TEST_F() argument 2732 TEST_F(OutputDevOptRepaintFlashTest, postsAndPreparesANewFrameIfNotDirty) { in TEST_F() argument 2745 TEST_F(OutputDevOptRepaintFlashTest, alsoComposesSurfacesAndQueuesABufferIfDirty) { in TEST_F() argument
|