Searched refs:GetReadbackBufferAttributes (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_session.h | 199 static int32_t GetReadbackBufferAttributes(hwc2_device_t *device, hwc2_display_t display,
|
D | hwc_session.cpp | 1514 case HWC2::FunctionDescriptor::GetReadbackBufferAttributes: in GetFunction() 1515 return AsFP<HWC2_PFN_GET_READBACK_BUFFER_ATTRIBUTES>(HWCSession::GetReadbackBufferAttributes); in GetFunction() 3484 int32_t HWCSession::GetReadbackBufferAttributes(hwc2_device_t *device, hwc2_display_t display, in GetReadbackBufferAttributes() function in sdm::HWCSession
|
/hardware/libhardware/include_all/hardware/ |
D | hwcomposer2.h | 927 GetReadbackBufferAttributes = HWC2_FUNCTION_GET_READBACK_BUFFER_ATTRIBUTES, enumerator
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 927 GetReadbackBufferAttributes = HWC2_FUNCTION_GET_READBACK_BUFFER_ATTRIBUTES, enumerator
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_session.h | 230 int32_t GetReadbackBufferAttributes(hwc2_display_t display,
|
D | QtiComposerClient.cpp | 620 auto error = hwc_session_->GetReadbackBufferAttributes(display, &format, &dataspace); in getReadbackBufferAttributes() 828 auto error = hwc_session_->GetReadbackBufferAttributes(display, &format, &dataspace); in getReadbackBufferAttributes_2_3()
|
D | hwc_session.cpp | 3409 int32_t HWCSession::GetReadbackBufferAttributes(hwc2_display_t display, int32_t *format, in GetReadbackBufferAttributes() function in sdm::HWCSession
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 229 TEST_P(GraphicsComposerAidlTest, GetReadbackBufferAttributes) { in TEST_P() argument
|