Lines Matching refs:GL_BYTE
1014 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1020 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1026 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1152 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1156 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1183 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1187 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1191 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1195 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1308 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1356 *datatype = GL_BYTE; in _mesa_uncompressed_format_to_type_and_comps()
1719 return format == GL_ALPHA_INTEGER && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1732 return format == GL_RED_INTEGER && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1747 return format == GL_LUMINANCE_INTEGER_EXT && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1764 return format == GL_LUMINANCE_ALPHA_INTEGER_EXT && type == GL_BYTE && in _mesa_format_matches_format_and_type()
1774 return format == GL_RED_INTEGER && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1776 return format == GL_RG_INTEGER && type == GL_BYTE && !swapBytes; in _mesa_format_matches_format_and_type()
1778 return format == GL_RGB_INTEGER && type == GL_BYTE && !swapBytes; in _mesa_format_matches_format_and_type()
1780 return format == GL_RGBA_INTEGER && type == GL_BYTE && !swapBytes; in _mesa_format_matches_format_and_type()
1828 return format == GL_RED && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1830 return format == GL_RG && type == GL_BYTE && littleEndian && in _mesa_format_matches_format_and_type()
1836 if (format == GL_RGBA && type == GL_BYTE && !littleEndian) in _mesa_format_matches_format_and_type()
1839 if (format == GL_ABGR_EXT && type == GL_BYTE && littleEndian) in _mesa_format_matches_format_and_type()
1845 if (format == GL_RGBA && type == GL_BYTE && littleEndian) in _mesa_format_matches_format_and_type()
1848 if (format == GL_ABGR_EXT && type == GL_BYTE && !littleEndian) in _mesa_format_matches_format_and_type()
1867 return format == GL_ALPHA && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1869 return format == GL_LUMINANCE && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1871 return format == GL_LUMINANCE_ALPHA && type == GL_BYTE && in _mesa_format_matches_format_and_type()
1874 return format == GL_LUMINANCE_ALPHA && type == GL_BYTE && in _mesa_format_matches_format_and_type()
1877 return format == GL_RED && type == GL_BYTE; in _mesa_format_matches_format_and_type()
2030 return format == GL_RG && type == GL_BYTE && !littleEndian && in _mesa_format_matches_format_and_type()