Home
last modified time | relevance | path

Searched refs:DMABufPlaneFds (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/main/
Deglimage.c101 attrs->DMABufPlaneFds[0].Value = val; in _eglParseImageAttribList()
102 attrs->DMABufPlaneFds[0].IsPresent = EGL_TRUE; in _eglParseImageAttribList()
113 attrs->DMABufPlaneFds[1].Value = val; in _eglParseImageAttribList()
114 attrs->DMABufPlaneFds[1].IsPresent = EGL_TRUE; in _eglParseImageAttribList()
125 attrs->DMABufPlaneFds[2].Value = val; in _eglParseImageAttribList()
126 attrs->DMABufPlaneFds[2].IsPresent = EGL_TRUE; in _eglParseImageAttribList()
Deglimage.h70 struct _egl_image_attrib_int DMABufPlaneFds[3]; member
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2048 if (!attrs->DMABufPlaneFds[i].IsPresent || in dri2_check_dma_buf_format()
2065 if (attrs->DMABufPlaneFds[i].IsPresent || in dri2_check_dma_buf_format()
2127 fds[i] = attrs.DMABufPlaneFds[i].Value; in dri2_create_image_dma_buf()