Home
last modified time | relevance | path

Searched refs:GL_COMPRESSED_SRGB_EXT (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexformat.c589 case GL_COMPRESSED_SRGB_EXT: in _mesa_choose_tex_format()
Dglformats.c556 case GL_COMPRESSED_SRGB_EXT: in _mesa_is_color_format()
Dteximage.c319 case GL_COMPRESSED_SRGB_EXT: in _mesa_base_tex_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c943 { GL_COMPRESSED_SRGB_EXT, GL_COMPRESSED_SRGB_S3TC_DXT1_EXT, 0 },
/external/mesa3d/include/GL/
Dglext.h5148 #define GL_COMPRESSED_SRGB_EXT 0x8C48 macro