Non-Confidential | ![]() | 101574_0301_00_en | ||
| ||||
Home > Using OpenCL extensions > Inter-operation with EGL > EGL_EXT_image_dma_buf_import |
The DDK supports the EGL_EXT_image_dma_buf_import
extension on all the Linux variants and also on Android. This extension allows applications to import images allocated through the dma_buf
low level API.
The extension defines acceptable values for the target and buffer parameters from the eglCreateImageKHR
call:
EGL_LINUX_DMA_BUF_EXT
.NULL
.Additional properties also defined by the extension are used for telling the dma_buf
file descriptors, format, width, and height.