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

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformats.c1475 mesa_format other_format = _mesa_format_from_format_and_type(format, type); local in function:_mesa_format_matches_format_and_type
1476 if (_mesa_format_is_mesa_array_format(other_format))
1477 other_format = _mesa_format_from_array_format(other_format);
1479 return other_format == mformat;
H A Dfbobject.c5214 GLenum other_format = (attachments[i] == GL_DEPTH_ATTACHMENT ? local in function:discard_framebuffer
5218 if (attachments[j] == other_format) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dfbobject.c4714 GLenum other_format = (attachments[i] == GL_DEPTH_ATTACHMENT ? local in function:discard_framebuffer
4718 if (attachments[j] == other_format)

Completed in 14 milliseconds