Lines Matching defs:attribute
266 * EGL_DONT_CARE is accepted as a valid attribute value, and checks
267 * for conflicting attribute values are skipped.
382 "attribute 0x%04x has an invalid value 0x%x", attr, val);
387 /* any invalid attribute value should have been catched */
391 /* now check for conflicting attribute values */
490 "the value (0x%x) of attribute 0x%04x did not meet the criteria (0x%x)",
520 * Initialize a criteria config from the given attribute list.
521 * Return EGL_FALSE if any of the attribute is invalid.
819 EGLint attribute, EGLint *value)
821 if (!_eglIsConfigAttribValid(conf, attribute))
825 switch (attribute) {
836 *value = _eglGetConfigKey(conf, attribute);