Home
last modified time | relevance | path

Searched refs:GL_ALPHA_INTEGER (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.c1824 return format == GL_ALPHA_INTEGER && type == GL_UNSIGNED_BYTE; in _mesa_format_matches_format_and_type()
1826 return format == GL_ALPHA_INTEGER && type == GL_UNSIGNED_SHORT && in _mesa_format_matches_format_and_type()
1829 return format == GL_ALPHA_INTEGER && type == GL_UNSIGNED_INT && in _mesa_format_matches_format_and_type()
1832 return format == GL_ALPHA_INTEGER && type == GL_BYTE; in _mesa_format_matches_format_and_type()
1834 return format == GL_ALPHA_INTEGER && type == GL_SHORT && !swapBytes; in _mesa_format_matches_format_and_type()
1836 return format == GL_ALPHA_INTEGER && type == GL_INT && !swapBytes; in _mesa_format_matches_format_and_type()
Dglformats.c157 case GL_ALPHA_INTEGER: in get_map_idx()
609 case GL_ALPHA_INTEGER: in _mesa_is_enum_format_unsized()
1465 case GL_ALPHA_INTEGER: in _mesa_unpack_format_to_base_format()
1521 return GL_ALPHA_INTEGER; in _mesa_base_format_to_integer_format()
Dtexstorage.c248 case GL_ALPHA_INTEGER: in _mesa_is_legal_tex_storage_format()
Dtexgetimage.c408 case GL_ALPHA_INTEGER: in _mesa_base_pack_format()
/external/swiftshader/include/GL/
Dglext.h1103 #define GL_ALPHA_INTEGER 0x8D97 macro
/external/mesa3d/include/GL/
Dglext.h1119 #define GL_ALPHA_INTEGER 0x8D97 macro