Lines Matching refs:flipped
224 etc1_uint32 low, bool second, bool flipped, bool isPunchthroughAlpha, in decode_subblock() argument
230 if (flipped) { in decode_subblock()
238 if (flipped) { in decode_subblock()
433 bool flipped = (high & 1) != 0; in etc2_decode_rgb_block() local
434 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped, in etc2_decode_rgb_block()
436 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped, in etc2_decode_rgb_block()
509 etc1_byte* pColors, bool flipped, bool second) { in etc_average_colors_subblock() argument
514 if (flipped) { in etc_average_colors_subblock()
597 etc_compressed* pCompressed, bool flipped, bool second, in etc_encode_subblock_helper() argument
600 if (flipped) { in etc_encode_subblock_helper()
695 const etc1_byte* pColors, etc_compressed* pCompressed, bool flipped) { in etc_encode_block_helper() argument
697 pCompressed->high = (flipped ? 1 : 0); in etc_encode_block_helper()
712 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, false, in etc_encode_block_helper()
723 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, true, in etc_encode_block_helper()