Searched refs:Hwc2TestPropertyName (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestLayer.cpp | 21 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 …]
|
D | Hwc2Test.cpp | 1708 const std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage>& in presentDisplays() argument 1784 const std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage>& in createAndPresentVirtualDisplay() argument 3827 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() 3839 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() 3851 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() 3863 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() 3875 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() 3887 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions; in TEST_F() 3900 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage> exceptions = in TEST_F() 3901 {{Hwc2TestPropertyName::BlendMode, Hwc2TestCoverage::Complete}, in TEST_F() [all …]
|
D | Hwc2TestLayers.cpp | 24 std::unordered_map<Hwc2TestPropertyName, Hwc2TestCoverage>()) { } in Hwc2TestLayers() 28 const std::unordered_map<Hwc2TestPropertyName, in Hwc2TestLayers() argument
|
D | Hwc2TestLayers.h | 38 const std::unordered_map<Hwc2TestPropertyName,
|
D | Hwc2TestLayer.h | 37 const std::unordered_map<Hwc2TestPropertyName,
|
D | Hwc2TestProperties.h | 38 enum class Hwc2TestPropertyName { enum
|