Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayer.cpp21 Hwc2TestCoverage getCoverage(Hwc2TestPropertyName property, in getCoverage()
22 Hwc2TestCoverage coverage, const std::unordered_map<Hwc2TestPropertyName, in getCoverage() argument
31 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage>()) { } in Hwc2TestLayer()
34 const Area& displayArea, const std::unordered_map<Hwc2TestPropertyName, in Hwc2TestLayer() argument
36 : mBlendMode(getCoverage(Hwc2TestPropertyName::BlendMode, coverage, in Hwc2TestLayer()
38 mBufferArea(getCoverage(Hwc2TestPropertyName::BufferArea, coverage, in Hwc2TestLayer()
40 mColor(getCoverage(Hwc2TestPropertyName::Color, coverage, in Hwc2TestLayer()
42 mComposition(getCoverage(Hwc2TestPropertyName::Composition, coverage, in Hwc2TestLayer()
44 mDataspace(getCoverage(Hwc2TestPropertyName::Dataspace, coverage, in Hwc2TestLayer()
46 mDisplayFrame(getCoverage(Hwc2TestPropertyName::DisplayFrame, coverage, in Hwc2TestLayer()
[all …]
DHwc2Test.cpp1700 const std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage>& in presentDisplays() argument
3681 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F()
3693 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F()
3705 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F()
3717 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F()
3729 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F()
3741 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F()
3754 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = in TEST_F()
3755 {{Hwc2TestPropertyName::BlendMode, Hwc2TestCoverage::Complete}, in TEST_F()
3756 {Hwc2TestPropertyName::Transform, Hwc2TestCoverage::Basic}, in TEST_F()
[all …]
DHwc2TestLayers.cpp24 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage>()) { } in Hwc2TestLayers()
28 const std::unordered_map<Hwc2TestPropertyName, in Hwc2TestLayers() argument
DHwc2TestLayers.h38 const std::unordered_map<Hwc2TestPropertyName,
DHwc2TestLayer.h37 const std::unordered_map<Hwc2TestPropertyName,
DHwc2TestProperties.h37 enum class Hwc2TestPropertyName { enum