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

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglimage.c132 attrs->DMABufFourCC.IsPresent = EGL_TRUE;
136 attrs->DMABufPlaneFds[0].IsPresent = EGL_TRUE;
140 attrs->DMABufPlaneOffsets[0].IsPresent = EGL_TRUE;
144 attrs->DMABufPlanePitches[0].IsPresent = EGL_TRUE;
148 attrs->DMABufPlaneFds[1].IsPresent = EGL_TRUE;
152 attrs->DMABufPlaneOffsets[1].IsPresent = EGL_TRUE;
156 attrs->DMABufPlanePitches[1].IsPresent = EGL_TRUE;
160 attrs->DMABufPlaneFds[2].IsPresent = EGL_TRUE;
164 attrs->DMABufPlaneOffsets[2].IsPresent = EGL_TRUE;
168 attrs->DMABufPlanePitches[2].IsPresent
[all...]
H A Deglimage.h46 EGLBoolean IsPresent; member in struct:_egl_image_attrib_int
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglimage.c138 attrs->DMABufFourCC.IsPresent = EGL_TRUE;
142 attrs->DMABufPlaneFds[0].IsPresent = EGL_TRUE;
146 attrs->DMABufPlaneOffsets[0].IsPresent = EGL_TRUE;
150 attrs->DMABufPlanePitches[0].IsPresent = EGL_TRUE;
154 attrs->DMABufPlaneFds[1].IsPresent = EGL_TRUE;
158 attrs->DMABufPlaneOffsets[1].IsPresent = EGL_TRUE;
162 attrs->DMABufPlanePitches[1].IsPresent = EGL_TRUE;
166 attrs->DMABufPlaneFds[2].IsPresent = EGL_TRUE;
170 attrs->DMABufPlaneOffsets[2].IsPresent = EGL_TRUE;
174 attrs->DMABufPlanePitches[2].IsPresent
[all...]
H A Deglimage.h46 EGLBoolean IsPresent; member in struct:_egl_image_attrib_int
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c2182 !attrs->DMABufFourCC.IsPresent)
2193 if (attrs->DMABufPlanePitches[i].IsPresent &&
2206 if (attrs->DMABufPlaneModifiersLo[i].IsPresent !=
2207 attrs->DMABufPlaneModifiersHi[i].IsPresent)
2214 if (attrs->DMABufPlaneFds[i].IsPresent) {
2215 if ((attrs->DMABufPlaneModifiersLo[0].IsPresent !=
2216 attrs->DMABufPlaneModifiersLo[i].IsPresent) ||
2334 if (attrs->DMABufPlaneModifiersLo[i].IsPresent &&
2335 attrs->DMABufPlaneModifiersHi[i].IsPresent) {
2347 if (!attrs->DMABufPlaneFds[i].IsPresent ||
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c2556 !attrs->DMABufFourCC.IsPresent)
2567 if (attrs->DMABufPlanePitches[i].IsPresent &&
2580 if (attrs->DMABufPlaneModifiersLo[i].IsPresent !=
2581 attrs->DMABufPlaneModifiersHi[i].IsPresent)
2588 if (attrs->DMABufPlaneFds[i].IsPresent) {
2589 if ((attrs->DMABufPlaneModifiersLo[0].IsPresent !=
2590 attrs->DMABufPlaneModifiersLo[i].IsPresent) ||
2716 if (attrs->DMABufPlaneModifiersLo[i].IsPresent &&
2717 attrs->DMABufPlaneModifiersHi[i].IsPresent) {
2729 if (!attrs->DMABufPlaneFds[i].IsPresent ||
[all...]

Completed in 55 milliseconds