Lines Matching refs:val
39 EGLint attr, EGLint val)
46 attrs->ImagePreserved = val;
53 attrs->GLTextureLevel = val;
59 attrs->GLTextureZOffset = val;
65 attrs->ProtectedContent = val;
76 EGLint attr, EGLint val)
83 attrs->Width = val;
86 attrs->Height = val;
89 attrs->DRMBufferFormatMESA = val;
92 attrs->DRMBufferUseMESA = val;
95 attrs->DRMBufferStrideMESA = val;
106 EGLint attr, EGLint val)
113 attrs->PlaneWL = val;
124 EGLint attr, EGLint val)
131 attrs->Width = val;
134 attrs->Height = val;
137 attrs->DMABufFourCC.Value = val;
141 attrs->DMABufPlaneFds[0].Value = val;
145 attrs->DMABufPlaneOffsets[0].Value = val;
149 attrs->DMABufPlanePitches[0].Value = val;
153 attrs->DMABufPlaneFds[1].Value = val;
157 attrs->DMABufPlaneOffsets[1].Value = val;
161 attrs->DMABufPlanePitches[1].Value = val;
165 attrs->DMABufPlaneFds[2].Value = val;
169 attrs->DMABufPlaneOffsets[2].Value = val;
173 attrs->DMABufPlanePitches[2].Value = val;
177 if (val != EGL_ITU_REC601_EXT && val != EGL_ITU_REC709_EXT &&
178 val != EGL_ITU_REC2020_EXT)
181 attrs->DMABufYuvColorSpaceHint.Value = val;
185 if (val != EGL_YUV_FULL_RANGE_EXT && val != EGL_YUV_NARROW_RANGE_EXT)
188 attrs->DMABufSampleRangeHint.Value = val;
192 if (val != EGL_YUV_CHROMA_SITING_0_EXT &&
193 val != EGL_YUV_CHROMA_SITING_0_5_EXT)
196 attrs->DMABufChromaHorizontalSiting.Value = val;
200 if (val != EGL_YUV_CHROMA_SITING_0_EXT &&
201 val != EGL_YUV_CHROMA_SITING_0_5_EXT)
204 attrs->DMABufChromaVerticalSiting.Value = val;
217 EGLint attr, EGLint val)
224 attrs->DMABufPlaneModifiersLo[0].Value = val;
228 attrs->DMABufPlaneModifiersHi[0].Value = val;
232 attrs->DMABufPlaneModifiersLo[1].Value = val;
236 attrs->DMABufPlaneModifiersHi[1].Value = val;
240 attrs->DMABufPlaneModifiersLo[2].Value = val;
244 attrs->DMABufPlaneModifiersHi[2].Value = val;
248 attrs->DMABufPlaneFds[3].Value = val;
252 attrs->DMABufPlaneOffsets[3].Value = val;
256 attrs->DMABufPlanePitches[3].Value = val;
260 attrs->DMABufPlaneModifiersLo[3].Value = val;
264 attrs->DMABufPlaneModifiersHi[3].Value = val;
293 EGLint val = attrib_list[i];
295 err = _eglParseKHRImageAttribs(attrs, disp, attr, val);
299 err = _eglParseMESADrmImageAttribs(attrs, disp, attr, val);
303 err = _eglParseWLBindWaylandDisplayAttribs(attrs, disp, attr, val);
307 err = _eglParseEXTImageDmaBufImportAttribs(attrs, disp, attr, val);
318 err = _eglParseEXTImageDmaBufImportModifiersAttribs(attrs, disp, attr, val);