Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglimage.c105 attrs->DMABufPlaneOffsets[0].Value = val; in _eglParseImageAttribList()
106 attrs->DMABufPlaneOffsets[0].IsPresent = EGL_TRUE; in _eglParseImageAttribList()
117 attrs->DMABufPlaneOffsets[1].Value = val; in _eglParseImageAttribList()
118 attrs->DMABufPlaneOffsets[1].IsPresent = EGL_TRUE; in _eglParseImageAttribList()
129 attrs->DMABufPlaneOffsets[2].Value = val; in _eglParseImageAttribList()
130 attrs->DMABufPlaneOffsets[2].IsPresent = EGL_TRUE; in _eglParseImageAttribList()
Deglimage.h71 struct _egl_image_attrib_int DMABufPlaneOffsets[3]; member
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2049 !attrs->DMABufPlaneOffsets[i].IsPresent || in dri2_check_dma_buf_format()
2066 attrs->DMABufPlaneOffsets[i].IsPresent || in dri2_check_dma_buf_format()
2129 offsets[i] = attrs.DMABufPlaneOffsets[i].Value; in dri2_create_image_dma_buf()