Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglimage.c109 attrs->DMABufPlanePitches[0].Value = val; in _eglParseImageAttribList()
110 attrs->DMABufPlanePitches[0].IsPresent = EGL_TRUE; in _eglParseImageAttribList()
121 attrs->DMABufPlanePitches[1].Value = val; in _eglParseImageAttribList()
122 attrs->DMABufPlanePitches[1].IsPresent = EGL_TRUE; in _eglParseImageAttribList()
133 attrs->DMABufPlanePitches[2].Value = val; in _eglParseImageAttribList()
134 attrs->DMABufPlanePitches[2].IsPresent = EGL_TRUE; in _eglParseImageAttribList()
Deglimage.h72 struct _egl_image_attrib_int DMABufPlanePitches[3]; member
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1953 for (i = 0; i < ARRAY_SIZE(attrs->DMABufPlanePitches); ++i) { in dri2_check_dma_buf_attribs()
1954 if (attrs->DMABufPlanePitches[i].IsPresent && in dri2_check_dma_buf_attribs()
1955 attrs->DMABufPlanePitches[i].Value <= 0) { in dri2_check_dma_buf_attribs()
2050 !attrs->DMABufPlanePitches[i].IsPresent) { in dri2_check_dma_buf_format()
2067 attrs->DMABufPlanePitches[i].IsPresent) { in dri2_check_dma_buf_format()
2128 pitches[i] = attrs.DMABufPlanePitches[i].Value; in dri2_create_image_dma_buf()