Home
last modified time | relevance | path

Searched defs:supportsOffloadPresent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutput.h85 bool supportsOffloadPresent() const override { return false; } in supportsOffloadPresent() function
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplay.cpp489 bool Display::supportsOffloadPresent() const { in supportsOffloadPresent() function in android::compositionengine::impl::Display