Home
last modified time | relevance | path

Searched refs:getClientTargetSupport (Results 1 – 18 of 18) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
H A DHwcHal.h145 return getClientTargetSupport(display, width, height, in getClientTargetSupport_2_2()
300 using BaseType2_1::getClientTargetSupport;
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h174 Error getClientTargetSupport(Display display, uint32_t width, uint32_t height, in getClientTargetSupport() function
176 int32_t err = mDispatch.getClientTargetSupport(mDevice, display, width, height, in getClientTargetSupport()
527 &mDispatch.getClientTargetSupport) || in initDispatch()
630 HWC2_PFN_GET_CLIENT_TARGET_SUPPORT getClientTargetSupport; member
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerHal.h46 Error getClientTargetSupport(Display display, uint32_t width, uint32_t height, in getClientTargetSupport() function
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h199 Return<Error> getClientTargetSupport(Display display, uint32_t width, uint32_t height, in getClientTargetSupport() function
201 Error err = mHal->getClientTargetSupport(display, width, height, format, dataspace); in getClientTargetSupport()
H A DComposerHal.h80 virtual Error getClientTargetSupport(Display display, uint32_t width, uint32_t height,
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DComposerVts.cpp163 bool ComposerClient::getClientTargetSupport(Display display, uint32_t width, uint32_t height, in getClientTargetSupport() function in android::hardware::graphics::composer::V2_1::vts::ComposerClient
165 Error error = mClient->getClientTargetSupport(display, width, height, format, dataspace); in getClientTargetSupport()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
H A DComposerVts.h96 bool getClientTargetSupport(Display display, uint32_t width, uint32_t height,
/aosp12/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerV2_1TargetTest.cpp332 ASSERT_TRUE(mComposerClient->getClientTargetSupport( in TEST_P()
355 Error error = mComposerClient->getRaw()->getClientTargetSupport( in TEST_P()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h76 V2_1::Error getClientTargetSupport(Display display, uint32_t width, uint32_t height,
H A DFakeComposerClient.cpp253 V2_1::Error FakeComposerClient::getClientTargetSupport(Display /*display*/, uint32_t /*width*/, in getClientTargetSupport() function in FakeComposerClient
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h105 Return<Error> getClientTargetSupport(uint64_t display, uint32_t width, uint32_t height,
H A DQtiComposerClient.cpp377 Return<Error> QtiComposerClient::getClientTargetSupport(uint64_t display, uint32_t width, in getClientTargetSupport() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A DHWC2On1Adapter.h251 HWC2::Error getClientTargetSupport(uint32_t width, uint32_t height,
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.h654 virtual int32_t getClientTargetSupport(
H A DExynosDisplay.cpp2739 int32_t ExynosDisplay::getClientTargetSupport(uint32_t width, uint32_t height, in getClientTargetSupport() function in ExynosDisplay
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp250 displayHook<decltype(&Display::getClientTargetSupport), in doGetFunction()
251 &Display::getClientTargetSupport, uint32_t, uint32_t, in doGetFunction()
1031 Error HWC2On1Adapter::Display::getClientTargetSupport(uint32_t width, uint32_t height, in getClientTargetSupport() function in android::HWC2On1Adapter::Display
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp325 return exynosDisplay->getClientTargetSupport(width, height, format, dataSpace); in exynos_getClientTargetSupport()
/aosp12/hardware/interfaces/graphics/composer/2.1/
H A DIComposerClient.hal369 getClientTargetSupport(Display display,