Searched defs:Hwc2Test (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp42 class Hwc2Test : public testing::Test { class in inherits:testing::Test
1179 /* Calls a set property function from Hwc2Test to set a property value from
1181 using TestLayerPropertyFunction = void (*)(Hwc2Test* test,
1185 /* Calls a set property function from Hwc2Test to set property values from
1187 using TestLayerPropertiesFunction = void (*)(Hwc2Test* test,
1191 /* Calls a set property function from Hwc2Test to set a bad property value
1193 using TestLayerPropertyBadLayerFunction = void (*)(Hwc2Test* test,
1197 /* Calls a set property function from Hwc2Test to set a bad property value
1199 using TestLayerPropertyBadParameterFunction = void (*)(Hwc2Test* test,
1205 using TestDisplayLayersFunction = void (*)(Hwc2Test* tes
[all...]

Completed in 61 milliseconds