Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_s3tc_tmp.h54 GLint i, GLint j, GLuint dxt_type, GLvoid *texel ) { in dxt135_decode_imageblock() argument
77 if ((dxt_type > 1) || (color0 > color1)) { in dxt135_decode_imageblock()
89 if ((dxt_type > 1) || (color0 > color1)) { in dxt135_decode_imageblock()
98 if (dxt_type == 1) rgba[ACOMP] = UBYTE_TO_CHAN(0); in dxt135_decode_imageblock()