Lines Matching refs:GL_RGB
130 GL_RGB, /* BaseFormat */
139 GL_RGB, /* BaseFormat */
148 GL_RGB, /* BaseFormat */
157 GL_RGB, /* BaseFormat */
166 GL_RGB, /* BaseFormat */
175 GL_RGB, /* BaseFormat */
184 GL_RGB, /* BaseFormat */
193 GL_RGB, /* BaseFormat */
292 GL_RGB, /* BaseFormat */
499 GL_RGB,
544 GL_RGB, /* BaseFormat */
581 GL_RGB,
600 GL_RGB, /* BaseFormat */
654 GL_RGB,
663 GL_RGB,
1018 GL_RGB,
1054 GL_RGB,
1090 GL_RGB,
1126 GL_RGB,
1162 GL_RGB,
1198 GL_RGB,
1247 GL_RGB,
1294 GL_RGB,
1394 GL_RGB,
1477 GL_RGB,
1486 GL_RGB,
2001 if (info->BaseFormat == GL_RGB) { in _mesa_test_formats()
2652 return format == GL_RGB && type == GL_UNSIGNED_BYTE && littleEndian; in _mesa_format_matches_format_and_type()
2655 return format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5 && !swapBytes; in _mesa_format_matches_format_and_type()
2695 return format == GL_RGB && type == GL_UNSIGNED_BYTE_3_3_2; in _mesa_format_matches_format_and_type()
2783 return format == GL_RGB && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2785 return format == GL_RGB && type == GL_HALF_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2947 return format == GL_RGB && type == GL_UNSIGNED_INT_5_9_9_9_REV && in _mesa_format_matches_format_and_type()
2951 return format == GL_RGB && type == GL_UNSIGNED_INT_10F_11F_11F_REV && in _mesa_format_matches_format_and_type()