Lines Matching refs:GL_RED
281 return GL_RED; in get_base_format_for_array_format()
1616 return format == GL_RED && type == GL_UNSIGNED_BYTE; in _mesa_format_matches_format_and_type()
1618 return format == GL_RED && type == GL_UNSIGNED_SHORT && !swapBytes; in _mesa_format_matches_format_and_type()
1630 return format == GL_RED && type == GL_UNSIGNED_BYTE; in _mesa_format_matches_format_and_type()
1637 return format == GL_RED && type == GL_UNSIGNED_SHORT && in _mesa_format_matches_format_and_type()
1696 return format == GL_RED && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
1698 return format == GL_RED && type == GL_HALF_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
1701 return format == GL_RED && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
1703 return format == GL_RED && type == GL_HALF_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
1828 return format == GL_RED && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1854 return format == GL_RED && type == GL_SHORT && in _mesa_format_matches_format_and_type()
1877 return format == GL_RED && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1886 return format == GL_RED && type == GL_SHORT && littleEndian && in _mesa_format_matches_format_and_type()