Lines Matching refs:GL_FLOAT
637 GL_FLOAT,
646 GL_FLOAT,
655 GL_FLOAT,
664 GL_FLOAT,
673 GL_FLOAT,
682 GL_FLOAT,
691 GL_FLOAT,
700 GL_FLOAT,
709 GL_FLOAT,
718 GL_FLOAT,
727 GL_FLOAT,
736 GL_FLOAT,
745 GL_FLOAT,
754 GL_FLOAT,
763 GL_FLOAT,
772 GL_FLOAT,
1478 GL_FLOAT,
1487 GL_FLOAT,
1497 GL_FLOAT, /* DataType */
1509 GL_FLOAT, /* DataType */
1997 info->DataType == GL_FLOAT || in _mesa_test_formats()
2189 *datatype = GL_FLOAT; in _mesa_format_to_type_and_comps()
2299 *datatype = GL_FLOAT; in _mesa_format_to_type_and_comps()
2307 *datatype = GL_FLOAT; in _mesa_format_to_type_and_comps()
2316 *datatype = GL_FLOAT; in _mesa_format_to_type_and_comps()
2328 *datatype = GL_FLOAT; in _mesa_format_to_type_and_comps()
2778 return format == GL_RGBA && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2783 return format == GL_RGB && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2788 return format == GL_ALPHA && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2793 return format == GL_LUMINANCE && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2798 return format == GL_LUMINANCE_ALPHA && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2803 return format == GL_INTENSITY && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2808 return format == GL_RED && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2813 return format == GL_RG && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()
2955 return format == GL_DEPTH_COMPONENT && type == GL_FLOAT && !swapBytes; in _mesa_format_matches_format_and_type()