Searched refs:OutputRebuildLayerStacksTest (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | OutputTest.cpp | 1070 struct OutputRebuildLayerStacksTest : public testing::Test { struct 1079 OutputRebuildLayerStacksTest() { in OutputRebuildLayerStacksTest() argument 1111 const ui::Transform OutputRebuildLayerStacksTest::kIdentityTransform{TR_IDENT, 1920, 1080}; 1112 const ui::Transform OutputRebuildLayerStacksTest::kRotate90Transform{TR_ROT_90, 1920, 1080}; 1113 const Rect OutputRebuildLayerStacksTest::kOutputBounds{0, 0, 1920, 1080}; 1115 TEST_F(OutputRebuildLayerStacksTest, doesNothingIfNotEnabled) { in TEST_F() argument 1121 TEST_F(OutputRebuildLayerStacksTest, doesNothingIfNotUpdatingGeometryThisFrame) { in TEST_F() argument 1127 TEST_F(OutputRebuildLayerStacksTest, computesUndefinedRegionWithNoRotationAndFullCoverage) { in TEST_F() argument 1147 TEST_F(OutputRebuildLayerStacksTest, computesUndefinedRegionWith90RotationAndFullCoverage) { in TEST_F() argument 1167 TEST_F(OutputRebuildLayerStacksTest, addsToDirtyRegionWithNoRotation) { in TEST_F() argument [all …]
|