Searched refs:DMABufPlaneOffsets (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglimage.c139 attrs->DMABufPlaneOffsets[0].Value = val;
140 attrs->DMABufPlaneOffsets[0].IsPresent = EGL_TRUE;
151 attrs->DMABufPlaneOffsets[1].Value = val;
152 attrs->DMABufPlaneOffsets[1].IsPresent = EGL_TRUE;
163 attrs->DMABufPlaneOffsets[2].Value = val;
164 attrs->DMABufPlaneOffsets[2].IsPresent = EGL_TRUE;
246 attrs->DMABufPlaneOffsets[3].Value = val;
247 attrs->DMABufPlaneOffsets[3].IsPresent = EGL_TRUE;
H A Deglimage.h74 struct _egl_image_attrib_int DMABufPlaneOffsets[DMA_BUF_MAX_PLANES]; member in struct:_egl_image_attribs
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglimage.c145 attrs->DMABufPlaneOffsets[0].Value = val;
146 attrs->DMABufPlaneOffsets[0].IsPresent = EGL_TRUE;
157 attrs->DMABufPlaneOffsets[1].Value = val;
158 attrs->DMABufPlaneOffsets[1].IsPresent = EGL_TRUE;
169 attrs->DMABufPlaneOffsets[2].Value = val;
170 attrs->DMABufPlaneOffsets[2].IsPresent = EGL_TRUE;
252 attrs->DMABufPlaneOffsets[3].Value = val;
253 attrs->DMABufPlaneOffsets[3].IsPresent = EGL_TRUE;
H A Deglimage.h74 struct _egl_image_attrib_int DMABufPlaneOffsets[DMA_BUF_MAX_PLANES]; member in struct:_egl_image_attribs
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c2348 !attrs->DMABufPlaneOffsets[i].IsPresent ||
2365 attrs->DMABufPlaneOffsets[i].IsPresent ||
2485 offsets[i] = attrs.DMABufPlaneOffsets[i].Value;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c2730 !attrs->DMABufPlaneOffsets[i].IsPresent ||
2747 attrs->DMABufPlaneOffsets[i].IsPresent ||
2867 offsets[i] = attrs.DMABufPlaneOffsets[i].Value;

Completed in 14 milliseconds