Searched refs:paintNdx (Results 1 – 1 of 1) sorted by relevance
640 const deUint32 paintNdx = (getBit(src, 16+pixelNdx) << 1) | getBit(src, pixelNdx); in decompressETC2Block() local643 if (alphaMode && diffOpaqueBit == 0 && paintNdx == 2) in decompressETC2Block()652 dst[dstOffset+0] = (deUint8)deClamp32((int)paintR[paintNdx], 0, 255); in decompressETC2Block()653 dst[dstOffset+1] = (deUint8)deClamp32((int)paintG[paintNdx], 0, 255); in decompressETC2Block()654 dst[dstOffset+2] = (deUint8)deClamp32((int)paintB[paintNdx], 0, 255); in decompressETC2Block()