Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTypeTransaction_test.cpp29 class LayerTypeTransactionTest : public LayerTypeTransactionHarness, class
32 LayerTypeTransactionTest() : LayerTypeTransactionHarness(GetParam()) {} in LayerTypeTransactionTest() function in android::LayerTypeTransactionTest
39 LayerTypeTransactionTests, LayerTypeTransactionTest,
43 TEST_P(LayerTypeTransactionTest, SetRelativeZNegative) { in TEST_P() argument
72 TEST_P(LayerTypeTransactionTest, SetLayerAndRelative) { in TEST_P() argument
113 TEST_P(LayerTypeTransactionTest, HideRelativeParentHidesLayer) { in TEST_P() argument
160 TEST_P(LayerTypeTransactionTest, SetFlagsSecure) { in TEST_P() argument
184 TEST_P(LayerTypeTransactionTest, RefreshRateIsInitialized) { in TEST_P() argument
/aosp12/frameworks/native/
H A DTEST_MAPPING19 "include-filter": "*LayerTypeTransactionTest.*"