Lines Matching refs:opaque
225 bool opaque) { in decode_subblock() argument
249 if (isPunchthroughAlpha && !opaque && msb && !lsb) { in decode_subblock()
267 bool isPunchthroughAlpha, bool opaque, in etc2_T_H_index() argument
275 if (isPunchthroughAlpha && !opaque && msb && !lsb) { in etc2_T_H_index()
297 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_T() argument
322 etc2_T_H_index(clrTable, low, isPunchthroughAlpha, opaque, pOut); in etc2_decode_block_T()
326 bool isPunchthroughAlpha, bool opaque, etc1_byte* pOut) { in etc2_decode_block_H() argument
353 etc2_T_H_index(clrTable, low, isPunchthroughAlpha, opaque, pOut); in etc2_decode_block_H()
393 bool opaque = (high >> 1) & 1; in etc2_decode_rgb_block() local
401 etc2_decode_block_T(high, low, isPunchthroughAlpha, opaque, pOut); in etc2_decode_rgb_block()
405 etc2_decode_block_H(high, low, isPunchthroughAlpha, opaque, pOut); in etc2_decode_rgb_block()
429 const int* rgbModifierTable = opaque || !isPunchthroughAlpha ? in etc2_decode_rgb_block()
435 isPunchthroughAlpha, opaque); in etc2_decode_rgb_block()
437 isPunchthroughAlpha, opaque); in etc2_decode_rgb_block()