/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerHal.h | 61 Error getReadbackBufferAttributes(Display display, common::V1_1::PixelFormat* outFormat, in getReadbackBufferAttributes() argument 63 return getReadbackBufferAttributes_2_3(display, reinterpret_cast<PixelFormat*>(outFormat), in getReadbackBufferAttributes() 94 virtual Error getReadbackBufferAttributes_2_3(Display display, PixelFormat* outFormat,
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayInterface.cpp | 59 int32_t* __unused outFormat, int32_t* __unused outDataspace) in getReadbackBufferAttributes() argument
|
D | ExynosDisplayInterface.h | 72 virtual int32_t getReadbackBufferAttributes(int32_t* /*android_pixel_format_t*/ outFormat,
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 95 PixelFormat* outFormat) { in createVirtualDisplay_2_2() argument 102 *outFormat = tmpFormat; in createVirtualDisplay_2_2()
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
D | ComposerVts.h | 67 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
|
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
D | HwcHal.h | 98 Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat, in getReadbackBufferAttributes() argument 109 *outFormat = static_cast<PixelFormat>(format); in getReadbackBufferAttributes()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 103 PixelFormat* outFormat) { in createVirtualDisplay() argument 110 *outFormat = tmpFormat; in createVirtualDisplay()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/ |
D | ComposerVts.h | 80 uint32_t outputBufferSlotCount, PixelFormat* outFormat);
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_device_impl.h | 92 int32_t *outFormat);
|
D | gr_device_impl.cpp | 326 int32_t *outFormat) { in GetColorFormat() argument 329 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_device_impl.h | 92 int32_t *outFormat);
|
D | gr_device_impl.cpp | 326 int32_t *outFormat) { in GetColorFormat() argument 329 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerHal.h | 73 virtual Error getReadbackBufferAttributes(Display display, PixelFormat* outFormat,
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_device_impl.h | 92 int32_t *outFormat);
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_device_impl.h | 92 int32_t *outFormat);
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.h | 231 gralloc1_error_t getFormat(int32_t* outFormat) const { in getFormat() argument 232 *outFormat = mDescriptor.format; in getFormat()
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_device_impl.h | 92 int32_t *outFormat);
|
D | gr_device_impl.cpp | 414 int32_t *outFormat) { in GetColorFormat() argument 415 if (!outFormat) { in GetColorFormat() 421 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_device_impl.h | 92 int32_t *outFormat);
|
D | gr_device_impl.cpp | 411 int32_t *outFormat) { in GetColorFormat() argument 412 if (!outFormat) { in GetColorFormat() 418 *outFormat = PRIV_HANDLE_CONST(buffer)->GetColorFormat(); in GetColorFormat()
|
/hardware/libhardware/include/hardware/ |
D | gralloc1.h | 606 int32_t* outFormat);
|
/hardware/google/gfxstream/guest/mesa/include/android_stub/hardware/ |
D | gralloc1.h | 606 int32_t* outFormat);
|
/hardware/libhardware/include_all/hardware/ |
D | gralloc1.h | 606 int32_t* outFormat);
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | mapper.cpp | 532 auto outFormat = va_arg(args, int*); in gralloc_perform() local 533 *outFormat = hnd->original_format; in gralloc_perform()
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDevice.cpp | 1152 int32_t outFormat; in captureScreenWithReadback() local 1156 &outFormat, &outDataspace)) != HWC2_ERROR_NONE) { in captureScreenWithReadback() 1162 if ((ret = captureClass.allocBuffer(outFormat, display->mXres, display->mYres)) in captureScreenWithReadback() 1208 outFormat, display->mXres, display->mYres, in captureScreenWithReadback()
|