Lines Matching defs:texel
57 GLint i, GLint j, GLuint dxt_type, GLvoid *texel ) {
58 GLchan *rgba = (GLchan *) texel;
112 GLint i, GLint j, GLvoid *texel)
115 * in texel[RCOMP], texel[GCOMP], texel[BCOMP], texel[ACOMP].
119 dxt135_decode_imageblock(blksrc, (i&3), (j&3), 0, texel);
124 GLint i, GLint j, GLvoid *texel)
127 * in texel[RCOMP], texel[GCOMP], texel[BCOMP], texel[ACOMP].
131 dxt135_decode_imageblock(blksrc, (i&3), (j&3), 1, texel);
135 GLint i, GLint j, GLvoid *texel) {
138 * in texel[RCOMP], texel[GCOMP], texel[BCOMP], texel[ACOMP].
141 GLchan *rgba = (GLchan *) texel;
144 dxt135_decode_imageblock(blksrc + 8, (i&3), (j&3), 2, texel);
149 GLint i, GLint j, GLvoid *texel) {
152 * in texel[RCOMP], texel[GCOMP], texel[BCOMP], texel[ACOMP].
155 GLchan *rgba = (GLchan *) texel;
164 dxt135_decode_imageblock(blksrc + 8, (i&3), (j&3), 2, texel);