Home | History | Annotate | Download | only in main

Lines Matching defs:val

58       EGLint val = attrib_list[i];
63 attrs->ImagePreserved = val;
68 attrs->GLTextureLevel = val;
71 attrs->GLTextureZOffset = val;
76 attrs->Width = val;
79 attrs->Height = val;
82 attrs->DRMBufferFormatMESA = val;
85 attrs->DRMBufferUseMESA = val;
88 attrs->DRMBufferStrideMESA = val;
93 attrs->PlaneWL = val;
97 attrs->DMABufFourCC.Value = val;
101 attrs->DMABufPlaneFds[0].Value = val;
105 attrs->DMABufPlaneOffsets[0].Value = val;
109 attrs->DMABufPlanePitches[0].Value = val;
113 attrs->DMABufPlaneFds[1].Value = val;
117 attrs->DMABufPlaneOffsets[1].Value = val;
121 attrs->DMABufPlanePitches[1].Value = val;
125 attrs->DMABufPlaneFds[2].Value = val;
129 attrs->DMABufPlaneOffsets[2].Value = val;
133 attrs->DMABufPlanePitches[2].Value = val;
137 if (val != EGL_ITU_REC601_EXT && val != EGL_ITU_REC709_EXT &&
138 val != EGL_ITU_REC2020_EXT) {
141 attrs->DMABufYuvColorSpaceHint.Value = val;
146 if (val != EGL_YUV_FULL_RANGE_EXT && val != EGL_YUV_NARROW_RANGE_EXT) {
149 attrs->DMABufSampleRangeHint.Value = val;
154 if (val != EGL_YUV_CHROMA_SITING_0_EXT &&
155 val != EGL_YUV_CHROMA_SITING_0_5_EXT) {
158 attrs->DMABufChromaHorizontalSiting.Value = val;
163 if (val != EGL_YUV_CHROMA_SITING_0_EXT &&
164 val != EGL_YUV_CHROMA_SITING_0_5_EXT) {
167 attrs->DMABufChromaVerticalSiting.Value = val;