Lines Matching refs:formats
2784 EGLint *formats, EGLint *count)
2787 if (max < 0 || (max > 0 && formats == NULL))
2788 return _eglError(EGL_BAD_PARAMETER, "invalid value for max count of formats");
2795 formats, count))
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.
2806 assert(dri2_num_fourcc_format_planes(formats[i]) > 0);
2824 return _eglError(EGL_BAD_PARAMETER, "invalid value for max count of formats");