Lines Matching refs:val

39                          EGLint attr, EGLint val)
46 attrs->ImagePreserved = val;
53 attrs->GLTextureLevel = val;
59 attrs->GLTextureZOffset = val;
70 EGLint attr, EGLint val)
77 attrs->Width = val;
80 attrs->Height = val;
83 attrs->DRMBufferFormatMESA = val;
86 attrs->DRMBufferUseMESA = val;
89 attrs->DRMBufferStrideMESA = val;
100 EGLint attr, EGLint val)
107 attrs->PlaneWL = val;
118 EGLint attr, EGLint val)
125 attrs->Width = val;
128 attrs->Height = val;
131 attrs->DMABufFourCC.Value = val;
135 attrs->DMABufPlaneFds[0].Value = val;
139 attrs->DMABufPlaneOffsets[0].Value = val;
143 attrs->DMABufPlanePitches[0].Value = val;
147 attrs->DMABufPlaneFds[1].Value = val;
151 attrs->DMABufPlaneOffsets[1].Value = val;
155 attrs->DMABufPlanePitches[1].Value = val;
159 attrs->DMABufPlaneFds[2].Value = val;
163 attrs->DMABufPlaneOffsets[2].Value = val;
167 attrs->DMABufPlanePitches[2].Value = val;
171 if (val != EGL_ITU_REC601_EXT && val != EGL_ITU_REC709_EXT &&
172 val != EGL_ITU_REC2020_EXT)
175 attrs->DMABufYuvColorSpaceHint.Value = val;
179 if (val != EGL_YUV_FULL_RANGE_EXT && val != EGL_YUV_NARROW_RANGE_EXT)
182 attrs->DMABufSampleRangeHint.Value = val;
186 if (val != EGL_YUV_CHROMA_SITING_0_EXT &&
187 val != EGL_YUV_CHROMA_SITING_0_5_EXT)
190 attrs->DMABufChromaHorizontalSiting.Value = val;
194 if (val != EGL_YUV_CHROMA_SITING_0_EXT &&
195 val != EGL_YUV_CHROMA_SITING_0_5_EXT)
198 attrs->DMABufChromaVerticalSiting.Value = val;
211 EGLint attr, EGLint val)
218 attrs->DMABufPlaneModifiersLo[0].Value = val;
222 attrs->DMABufPlaneModifiersHi[0].Value = val;
226 attrs->DMABufPlaneModifiersLo[1].Value = val;
230 attrs->DMABufPlaneModifiersHi[1].Value = val;
234 attrs->DMABufPlaneModifiersLo[2].Value = val;
238 attrs->DMABufPlaneModifiersHi[2].Value = val;
242 attrs->DMABufPlaneFds[3].Value = val;
246 attrs->DMABufPlaneOffsets[3].Value = val;
250 attrs->DMABufPlanePitches[3].Value = val;
254 attrs->DMABufPlaneModifiersLo[3].Value = val;
258 attrs->DMABufPlaneModifiersHi[3].Value = val;
287 EGLint val = attrib_list[i];
289 err = _eglParseKHRImageAttribs(attrs, disp, attr, val);
293 err = _eglParseMESADrmImageAttribs(attrs, disp, attr, val);
297 err = _eglParseWLBindWaylandDisplayAttribs(attrs, disp, attr, val);
301 err = _eglParseEXTImageDmaBufImportAttribs(attrs, disp, attr, val);
312 err = _eglParseEXTImageDmaBufImportModifiersAttribs(attrs, disp, attr, val);