Home
last modified time | relevance | path

Searched refs:other_format (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformats.c1475 mesa_format other_format = _mesa_format_from_format_and_type(format, type); in _mesa_format_matches_format_and_type() local
1476 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()
Dfbobject.c5214 GLenum other_format = (attachments[i] == GL_DEPTH_ATTACHMENT ? in discard_framebuffer() local
5218 if (attachments[j] == other_format) { in discard_framebuffer()
/third_party/gstreamer/gstplugins_base/
DChangeLog7033 videotestsrc ! v210 ! videoconvert ! other_format ! fakesink