Lines Matching defs:OutputRebuildLayerStacksTest
1070 struct OutputRebuildLayerStacksTest : public testing::Test { struct
1071 struct OutputPartialMock : public OutputPartialMockBase {
1079 OutputRebuildLayerStacksTest() { in OutputRebuildLayerStacksTest() function
1092 void setTestCoverageValues(const CompositionRefreshArgs&, in setTestCoverageValues()
1099 static const ui::Transform kIdentityTransform;
1100 static const ui::Transform kRotate90Transform;
1101 static const Rect kOutputBounds;
1103 StrictMock<OutputPartialMock> mOutput;
1104 CompositionRefreshArgs mRefreshArgs;
1105 LayerFESet mGeomSnapshots;
1106 Region mCoverageAboveCoveredLayersToSet;
1107 Region mCoverageAboveOpaqueLayersToSet;
1108 Region mCoverageDirtyRegionToSet;
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
1137 TEST_F(OutputRebuildLayerStacksTest, computesUndefinedRegionWithNoRotationAndPartialCoverage) { in TEST_F() argument
1147 TEST_F(OutputRebuildLayerStacksTest, computesUndefinedRegionWith90RotationAndFullCoverage) { in TEST_F() argument
1157 TEST_F(OutputRebuildLayerStacksTest, computesUndefinedRegionWith90RotationAndPartialCoverage) { in TEST_F() argument
1167 TEST_F(OutputRebuildLayerStacksTest, addsToDirtyRegionWithNoRotation) { in TEST_F() argument
1178 TEST_F(OutputRebuildLayerStacksTest, addsToDirtyRegionWith90Rotation) { in TEST_F() argument