/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
H A D | HwcHal.h | 98 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 D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 197 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 D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 68 mComposerClient->getRaw()->getReadbackBufferAttributes( in SetUp()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
H A D | ExynosDisplayInterface.cpp | 58 int32_t ExynosDisplayInterface::getReadbackBufferAttributes( in getReadbackBufferAttributes() function in ExynosDisplayInterface
|
H A D | ExynosDisplayInterface.h | 65 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
|
H A D | ExynosDisplayDrmInterface.h | 275 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
|
H A D | ExynosDisplayDrmInterface.cpp | 2077 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 D | ComposerClient.h | 59 Return<void> getReadbackBufferAttributes( in getReadbackBufferAttributes() function 63 Error error = mHal->getReadbackBufferAttributes(display, &format, &dataspace); in getReadbackBufferAttributes()
|
H A D | ComposerHal.h | 73 virtual Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
H A D | ComposerVts.cpp | 129 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 D | IComposerClient.hal | 139 * 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 D | ComposerVts.h | 80 void getReadbackBufferAttributes(Display display, PixelFormat* outPixelFormat,
|
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
H A D | HwcHal.h | 115 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 D | ComposerHal.h | 61 Error getReadbackBufferAttributes(Display display, common::V1_1::PixelFormat* outFormat, in getReadbackBufferAttributes() function
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | FakeComposerClient.h | 139 V2_1::Error getReadbackBufferAttributes(
|
H A D | FakeComposerClient.cpp | 522 V2_1::Error FakeComposerClient::getReadbackBufferAttributes( in getReadbackBufferAttributes() function in FakeComposerClient
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerClient.h | 133 Return<void> getReadbackBufferAttributes(uint64_t display,
|
H A D | QtiComposerClient.cpp | 613 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 D | ExynosDisplay.h | 1066 int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
|
H A D | ExynosDevice.cpp | 897 if ((ret = display->getReadbackBufferAttributes( in captureScreenWithReadback()
|
H A D | ExynosDisplay.cpp | 5232 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 D | ExynosHWC.cpp | 984 return exynosDisplay->getReadbackBufferAttributes(outFormat, outDataspace); in exynos_getReadbackBufferAttributes()
|