D | etc.cpp | 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() [all …]
|