Home
last modified time | relevance | path

Searched refs:getApproximateMatch (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DPredictorTest.cpp104 EXPECT_FALSE(stack.getApproximateMatch({})); in TEST_F()
105 EXPECT_FALSE(stack.getApproximateMatch({&layerStateOne, &layerStateThree})); in TEST_F()
129 EXPECT_FALSE(stack.getApproximateMatch({&layerStateTwo})); in TEST_F()
158 const auto match = stack.getApproximateMatch({&layerStateTwo}); in TEST_F()
192 const auto match = stack.getApproximateMatch({&layerStateOne, &layerStateTwo}); in TEST_F()
236 EXPECT_FALSE(stack.getApproximateMatch({&layerStateTwo})); in TEST_F()
261 const auto match = stack.getApproximateMatch({&layerStateTwo}); in TEST_F()
307 const auto match = stack.getApproximateMatch({&layerStateTwo}); in TEST_F()
341 EXPECT_TRUE(LayerStack({&layerStateOne}).getApproximateMatch({&layerStateTwo})); in TEST_F()
344 EXPECT_FALSE(stack.getApproximateMatch({&layerStateTwo, &layerStateTwo})); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DPredictor.cpp26 std::optional<LayerStack::ApproximateMatch> LayerStack::getApproximateMatch( in getApproximateMatch() function in android::compositionengine::impl::planner::LayerStack
188 if (std::optional<NonBufferHash> approximateMatch = getApproximateMatch(layers); in getPredictedPlan()
334 std::optional<NonBufferHash> Predictor::getApproximateMatch( in getApproximateMatch() function in android::compositionengine::impl::planner::Predictor
338 if (const auto approximateMatchOpt = exampleStack.getApproximateMatch(layers); in getApproximateMatch()
347 return candidate.prediction.getExampleLayerStack().getApproximateMatch(layers) != in getApproximateMatch()
431 prediction.getExampleLayerStack().getApproximateMatch(layers); in recordPredictedResult()
450 auto approximateMatch = prediction.getExampleLayerStack().getApproximateMatch(layers); in findSimilarPrediction()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DPredictor.h51 std::optional<ApproximateMatch> getApproximateMatch(
264 std::optional<NonBufferHash> getApproximateMatch(