Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress.c124 case GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT: in _mesa_gl_compressed_format_base_format()
352 case GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT: in _mesa_glenum_to_compressed_format()
421 return GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT; in _mesa_compressed_format_to_glenum()
Dglformats.c572 case GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT: in _mesa_is_color_format()
823 case GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT: in _mesa_is_compressed_format()
Dtexformat.c953 case GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT: in _mesa_choose_tex_format()
Dteximage.c503 case GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT: in _mesa_base_tex_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1109 { GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT, 0 },
/external/mesa3d/include/GL/
Dglext.h5310 #define GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT 0x8C73 macro