Home
last modified time | relevance | path

Searched refs:coverageExceptions (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestLayer.cpp23 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 …]
DHwc2TestLayers.cpp29 Hwc2TestCoverage>& coverageExceptions) in Hwc2TestLayers() argument
35 std::forward_as_tuple(coverage, displayArea, coverageExceptions)); in Hwc2TestLayers()
DHwc2TestLayers.h39 Hwc2TestCoverage>& coverageExceptions);
DHwc2Test.cpp1701 coverageExceptions, bool optimize) in presentDisplays() argument
1721 coverageExceptions); in presentDisplays()