Lines Matching refs:GL_RED
373 GL_RED,
400 GL_RED,
744 GL_RED,
753 GL_RED,
1000 GL_RED,
1036 GL_RED,
1072 GL_RED,
1108 GL_RED,
1144 GL_RED,
1180 GL_RED,
1229 GL_RED, /* BaseFormat */
1276 GL_RED,
1321 GL_RED,
1330 GL_RED,
2025 else if (info->BaseFormat == GL_RED) { in _mesa_test_formats()
2718 return format == GL_RED && type == GL_UNSIGNED_BYTE; in _mesa_format_matches_format_and_type()
2725 return format == GL_RED && type == GL_UNSIGNED_SHORT && littleEndian && in _mesa_format_matches_format_and_type()
2808 return format == GL_RED && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2810 return format == GL_RED && type == GL_HALF_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()