Searched refs:coverageExceptions (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestLayer.cpp | 23 Hwc2TestCoverage>& coverageExceptions) { in getCoverage() argument 24 auto exception = coverageExceptions.find(property); in getCoverage() 25 return (exception != coverageExceptions.end())? exception->second : coverage; in getCoverage() 35 Hwc2TestCoverage>& coverageExceptions) in Hwc2TestLayer() argument 37 coverageExceptions)), in Hwc2TestLayer() 39 coverageExceptions), displayArea), in Hwc2TestLayer() 41 coverageExceptions)), in Hwc2TestLayer() 43 coverageExceptions)), in Hwc2TestLayer() 45 coverageExceptions)), in Hwc2TestLayer() 47 coverageExceptions), displayArea), in Hwc2TestLayer() [all …]
|
D | Hwc2TestLayers.cpp | 29 Hwc2TestCoverage>& coverageExceptions) in Hwc2TestLayers() argument 35 std::forward_as_tuple(coverage, displayArea, coverageExceptions)); in Hwc2TestLayers()
|
D | Hwc2TestLayers.h | 39 Hwc2TestCoverage>& coverageExceptions);
|
D | Hwc2Test.cpp | 1701 coverageExceptions, bool optimize) in presentDisplays() argument 1721 coverageExceptions); in presentDisplays()
|