Lines Matching defs:fourcc
2626 * valid fourcc format.
2725 _eglError(EGL_BAD_MATCH, "unknown drm fourcc format");
2799 /* Assert that all of the formats returned are actually fourcc formats.
2801 * return the fake fourcc formats defined in dri_interface.h, we'll have
2803 * fourcc formats so that we don't leak the fake internal ones.
2821 return _eglError(EGL_BAD_PARAMETER, "invalid fourcc format");
3059 * now, we just fail if we don't have a DRM fourcc for the format.
3066 EGLint fourcc;
3069 __DRI_IMAGE_ATTRIB_FOURCC, &fourcc)) {
3078 EGLint *fourcc, EGLint *nplanes,
3093 if (fourcc)
3095 __DRI_IMAGE_ATTRIB_FOURCC, fourcc);