Home
last modified time | relevance | path

Searched refs:getReadbackBufferAttributes (Results 1 – 22 of 22) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
H A DHwcHal.h98 Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat, in getReadbackBufferAttributes() function
100 if (!mDispatch.getReadbackBufferAttributes) { in getReadbackBufferAttributes()
107 mDispatch.getReadbackBufferAttributes(mDevice, display, &format, &dataspace); in getReadbackBufferAttributes()
268 &mDispatch.getReadbackBufferAttributes); in initDispatch()
286 HWC2_PFN_GET_READBACK_BUFFER_ATTRIBUTES getReadbackBufferAttributes; member
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2ReadbackTest.cpp197 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
259 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
331 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
396 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
514 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
637 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
722 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
783 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
854 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
1023 mComposerClient->getRaw()->getReadbackBufferAttributes( in TEST_P()
[all …]
H A DVtsHalGraphicsComposerV2_2TargetTest.cpp68 mComposerClient->getRaw()->getReadbackBufferAttributes( in SetUp()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayInterface.cpp58 int32_t ExynosDisplayInterface::getReadbackBufferAttributes( in getReadbackBufferAttributes() function in ExynosDisplayInterface
H A DExynosDisplayInterface.h65 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
H A DExynosDisplayDrmInterface.h275 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
H A DExynosDisplayDrmInterface.cpp2077 int32_t ExynosDisplayDrmInterface::getReadbackBufferAttributes( in getReadbackBufferAttributes() function in ExynosDisplayDrmInterface
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerClient.h59 Return<void> getReadbackBufferAttributes( in getReadbackBufferAttributes() function
63 Error error = mHal->getReadbackBufferAttributes(display, &format, &dataspace); in getReadbackBufferAttributes()
H A DComposerHal.h73 virtual Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DComposerVts.cpp129 void ComposerClient::getReadbackBufferAttributes(Display display, PixelFormat* outPixelFormat, in getReadbackBufferAttributes() function in android::hardware::graphics::composer::V2_2::vts::ComposerClient
131 mClient->getReadbackBufferAttributes( in getReadbackBufferAttributes()
/aosp12/hardware/interfaces/graphics/composer/2.2/
H A DIComposerClient.hal139 * getReadbackBufferAttributes
175 getReadbackBufferAttributes(Display display)
194 * getReadbackBufferAttributes
220 * getReadbackBufferAttributes
234 * getReadbackBufferAttributes and is in the dataspace provided by the same.
257 * getReadbackBufferAttributes
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
H A DComposerVts.h80 void getReadbackBufferAttributes(Display display, PixelFormat* outPixelFormat,
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
H A DHwcHal.h115 return getReadbackBufferAttributes( in getReadbackBufferAttributes_2_3()
423 using BaseType2_2::getReadbackBufferAttributes;
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
H A DComposerHal.h61 Error getReadbackBufferAttributes(Display display, common::V1_1::PixelFormat* outFormat, in getReadbackBufferAttributes() function
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h139 V2_1::Error getReadbackBufferAttributes(
H A DFakeComposerClient.cpp522 V2_1::Error FakeComposerClient::getReadbackBufferAttributes( in getReadbackBufferAttributes() function in FakeComposerClient
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerClient.h133 Return<void> getReadbackBufferAttributes(uint64_t display,
H A DQtiComposerClient.cpp613 Return<void> QtiComposerClient::getReadbackBufferAttributes(uint64_t display, in getReadbackBufferAttributes() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.h1066 int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
H A DExynosDevice.cpp897 if ((ret = display->getReadbackBufferAttributes( in captureScreenWithReadback()
H A DExynosDisplay.cpp5232 int32_t ExynosDisplay::getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat, in getReadbackBufferAttributes() function in ExynosDisplay
5235 int32_t ret = mDisplayInterface->getReadbackBufferAttributes(outFormat, outDataspace); in getReadbackBufferAttributes()
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp984 return exynosDisplay->getReadbackBufferAttributes(outFormat, outDataspace); in exynos_getReadbackBufferAttributes()