Searched refs:other_format (Results 1 – 3 of 3) sorted by relevance
1475 mesa_format other_format = _mesa_format_from_format_and_type(format, type); in _mesa_format_matches_format_and_type() local1476 if (_mesa_format_is_mesa_array_format(other_format)) in _mesa_format_matches_format_and_type()1477 other_format = _mesa_format_from_array_format(other_format); in _mesa_format_matches_format_and_type()1479 return other_format == mformat; in _mesa_format_matches_format_and_type()
5214 GLenum other_format = (attachments[i] == GL_DEPTH_ATTACHMENT ? in discard_framebuffer() local5218 if (attachments[j] == other_format) { in discard_framebuffer()
7033 videotestsrc ! v210 ! videoconvert ! other_format ! fakesink