Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp1245 void setLayerProperty(Hwc2TestCoverage coverage, in setLayerProperty()
1277 void setLayerPropertyUpdate(Hwc2TestCoverage coverage, in setLayerPropertyUpdate()
1310 void setLayerProperties(Hwc2TestCoverage coverage, size_t layerCnt, in setLayerProperties()
1348 void setLayerPropertyBadLayer(Hwc2TestCoverage coverage, in setLayerPropertyBadLayer()
1416 void displayLayers(Hwc2TestCoverage coverage, size_t layerCnt, in displayLayers()
1500 void setClientTargetSupport(Hwc2TestCoverage coverage, in setClientTargetSupport()
1545 void createVirtualDisplay(Hwc2TestCoverage coverage, in createVirtualDisplay()
1707 void presentDisplays(size_t layerCnt, Hwc2TestCoverage coverage, in presentDisplays()
1708 const std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage>& in presentDisplays()
1783 Hwc2TestCoverage coverage, in createAndPresentVirtualDisplay()
[all …]
DHwc2TestProperties.h32 enum class Hwc2TestCoverage { enum
85 Hwc2TestProperty(Hwc2TestCoverage coverage, in Hwc2TestProperty()
89 : Hwc2TestProperty((coverage == Hwc2TestCoverage::Complete)? completeList: in Hwc2TestProperty()
90 (coverage == Hwc2TestCoverage::Basic)? basicList : defaultList, in Hwc2TestProperty()
141 Hwc2TestBufferArea(Hwc2TestCoverage coverage, const Area& displayArea);
174 explicit Hwc2TestBlendMode(Hwc2TestCoverage coverage);
195 explicit Hwc2TestColor(Hwc2TestCoverage coverage,
220 explicit Hwc2TestComposition(Hwc2TestCoverage coverage);
235 explicit Hwc2TestDataspace(Hwc2TestCoverage coverage);
251 explicit 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.h32 explicit Hwc2TestVirtualDisplay(Hwc2TestCoverage coverage);
DHwc2TestClientTarget.h47 Hwc2TestClientTargetSupport(Hwc2TestCoverage coverage,
DHwc2TestClientTarget.cpp52 Hwc2TestCoverage coverage, const Area& displayArea) in Hwc2TestClientTargetSupport()
DHwc2TestVirtualDisplay.cpp25 Hwc2TestCoverage coverage) in Hwc2TestVirtualDisplay()