Lines Matching refs:GL_INTENSITY
337 GL_INTENSITY, /* BaseFormat */
346 GL_INTENSITY, /* BaseFormat */
726 GL_INTENSITY,
735 GL_INTENSITY,
837 GL_INTENSITY,
846 GL_INTENSITY,
855 GL_INTENSITY,
864 GL_INTENSITY,
873 GL_INTENSITY,
882 GL_INTENSITY,
1432 GL_INTENSITY,
1468 GL_INTENSITY,
2041 else if (info->BaseFormat == GL_INTENSITY) { in _mesa_test_formats()
2708 return format == GL_INTENSITY && type == GL_UNSIGNED_BYTE; in _mesa_format_matches_format_and_type()
2710 return format == GL_INTENSITY && type == GL_UNSIGNED_SHORT && in _mesa_format_matches_format_and_type()
2803 return format == GL_INTENSITY && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2805 return format == GL_INTENSITY && type == GL_HALF_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()