Home
last modified time | relevance | path

Searched refs:explicitExactLayer (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DRefreshRateConfigsTest.cpp1851 auto& explicitExactLayer = layers[0]; in TEST_F() local
1859 explicitExactLayer.name = "ExplicitExact"; in TEST_F()
1860 explicitExactLayer.desiredRefreshRate = Fps(30); in TEST_F()
1868 explicitExactLayer.desiredRefreshRate = Fps(60); in TEST_F()
1872 explicitExactLayer.desiredRefreshRate = Fps(72); in TEST_F()
1876 explicitExactLayer.desiredRefreshRate = Fps(90); in TEST_F()
1893 auto& explicitExactLayer = layers[0]; in TEST_F() local
1901 explicitExactLayer.name = "ExplicitExact"; in TEST_F()
1902 explicitExactLayer.desiredRefreshRate = Fps(30); in TEST_F()
2007 auto& explicitExactLayer = layers[0]; in TEST_F() local
[all …]