Lines Matching defs:attribute
1371 * greater than 3.2, and the value for attribute
1386 * * If an attribute name or attribute value in <attrib_list> is not
2497 EGLint attribute, EGLint *value)
2501 return _eglQuerySurface(disp, surf, attribute, value);
2502 return dri2_dpy->vtbl->query_surface(disp, surf, attribute, value);
2580 return _eglError(EGL_BAD_PARAMETER, "attribute(s) missing");
2597 * attribute values may be given.
2605 return _eglError(EGL_BAD_PARAMETER, "modifier attribute lo or hi missing");
2733 * "Modifiers may modify any attribute of a buffer import, including
2757 _eglError(EGL_BAD_PARAMETER, "plane attribute(s) missing");
2766 * attribute indicates a single-plane format, EGL_BAD_ATTRIBUTE is
2907 _eglError(EGL_BAD_MATCH, "unsupported protected_content attribute");
3327 EGLint attribute, EGLint *value)
3338 switch (attribute) {
3445 /* change clock attribute to CLOCK_MONOTONIC */