Home | History | Annotate | Download | only in ETC1

Lines Matching defs:flipped

168         etc1_uint32 low, bool second, bool flipped) {
172 if (flipped) {
180 if (flipped) {
228 bool flipped = (high & 1) != 0;
229 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
248 etc1_byte* pColors, bool flipped, bool second) {
253 if (flipped) {
336 etc_compressed* pCompressed, bool flipped, bool second,
339 if (flipped) {
434 const etc1_byte* pColors, etc_compressed* pCompressed, bool flipped) {
436 pCompressed->high = (flipped ? 1 : 0);
451 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, false,
462 etc_encode_subblock_helper(pIn, inMask, &temp, flipped, true,