Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp1239 void setLayerProperty(Hwc2TestCoverage coverage, in setLayerProperty()
1271 void setLayerPropertyUpdate(Hwc2TestCoverage coverage, in setLayerPropertyUpdate()
1304 void setLayerProperties(Hwc2TestCoverage coverage, size_t layerCnt, in setLayerProperties()
1342 void setLayerPropertyBadLayer(Hwc2TestCoverage coverage, in setLayerPropertyBadLayer()
1410 void displayLayers(Hwc2TestCoverage coverage, size_t layerCnt, in displayLayers()
1494 void setClientTargetSupport(Hwc2TestCoverage coverage, in setClientTargetSupport()
1539 void createVirtualDisplay(Hwc2TestCoverage coverage, in createVirtualDisplay()
1699 void presentDisplays(size_t layerCnt, Hwc2TestCoverage coverage, in presentDisplays()
1700 const std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage>& in presentDisplays()
2845 ASSERT_NO_FATAL_FAILURE(setLayerProperty(Hwc2TestCoverage::Complete, in TEST_F()
[all …]
DHwc2TestProperties.h31 enum class Hwc2TestCoverage { enum
84 Hwc2TestProperty(Hwc2TestCoverage coverage, in Hwc2TestProperty()
88 : Hwc2TestProperty((coverage == Hwc2TestCoverage::Complete)? completeList: in Hwc2TestProperty()
89 (coverage == Hwc2TestCoverage::Basic)? basicList : defaultList, in Hwc2TestProperty()
140 Hwc2TestBufferArea(Hwc2TestCoverage coverage, const Area& displayArea);
173 Hwc2TestBlendMode(Hwc2TestCoverage coverage);
194 Hwc2TestColor(Hwc2TestCoverage coverage,
219 Hwc2TestComposition(Hwc2TestCoverage coverage);
234 Hwc2TestDataspace(Hwc2TestCoverage coverage);
249 Hwc2TestDisplayDimension(Hwc2TestCoverage coverage);
[all …]
DHwc2TestProperties.cpp30 Hwc2TestBufferArea::Hwc2TestBufferArea(Hwc2TestCoverage coverage, in Hwc2TestBufferArea()
33 mScalars((coverage == Hwc2TestCoverage::Complete)? mCompleteScalars: in Hwc2TestBufferArea()
34 (coverage == Hwc2TestCoverage::Basic)? mBasicScalars: in Hwc2TestBufferArea()
116 Hwc2TestBlendMode::Hwc2TestBlendMode(Hwc2TestCoverage coverage) in Hwc2TestBlendMode()
155 Hwc2TestColor::Hwc2TestColor(Hwc2TestCoverage coverage, in Hwc2TestColor()
158 mBaseColors((coverage == Hwc2TestCoverage::Complete)? mCompleteBaseColors: in Hwc2TestColor()
159 (coverage == Hwc2TestCoverage::Basic)? mBasicBaseColors: in Hwc2TestColor()
229 Hwc2TestComposition::Hwc2TestComposition(Hwc2TestCoverage coverage) in Hwc2TestComposition()
258 Hwc2TestDataspace::Hwc2TestDataspace(Hwc2TestCoverage coverage) in Hwc2TestDataspace()
324 Hwc2TestDisplayDimension::Hwc2TestDisplayDimension(Hwc2TestCoverage coverage) in Hwc2TestDisplayDimension()
[all …]
DHwc2TestLayer.cpp21 Hwc2TestCoverage getCoverage(Hwc2TestPropertyName property, in getCoverage()
22 Hwc2TestCoverage coverage, const std::unordered_map<Hwc2TestPropertyName, in getCoverage()
23 Hwc2TestCoverage>& coverageExceptions) { in getCoverage()
28 Hwc2TestLayer::Hwc2TestLayer(Hwc2TestCoverage coverage, in Hwc2TestLayer()
31 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage>()) { } in Hwc2TestLayer()
33 Hwc2TestLayer::Hwc2TestLayer(Hwc2TestCoverage coverage, in Hwc2TestLayer()
35 Hwc2TestCoverage>& coverageExceptions) in Hwc2TestLayer()
DHwc2TestLayers.h34 Hwc2TestCoverage coverage, const Area& displayArea);
37 Hwc2TestCoverage coverage, const Area& displayArea,
39 Hwc2TestCoverage>& coverageExceptions);
DHwc2TestLayer.h34 Hwc2TestLayer(Hwc2TestCoverage coverage, const Area& displayArea);
36 Hwc2TestLayer(Hwc2TestCoverage coverage, const Area& displayArea,
38 Hwc2TestCoverage>& coverage_exceptions);
DHwc2TestLayers.cpp22 Hwc2TestCoverage coverage, const Area& displayArea) in Hwc2TestLayers()
24 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage>()) { } in Hwc2TestLayers()
27 Hwc2TestCoverage coverage, const Area& displayArea, in Hwc2TestLayers()
29 Hwc2TestCoverage>& coverageExceptions) in Hwc2TestLayers()
DHwc2TestVirtualDisplay.h31 Hwc2TestVirtualDisplay(Hwc2TestCoverage coverage);
DHwc2TestVirtualDisplay.cpp22 Hwc2TestCoverage coverage) in Hwc2TestVirtualDisplay()
DHwc2TestClientTarget.h47 Hwc2TestClientTargetSupport(Hwc2TestCoverage coverage,
DHwc2TestClientTarget.cpp52 Hwc2TestCoverage coverage, const Area& displayArea) in Hwc2TestClientTargetSupport()