Searched refs:srcPixelRGB (Results 1 – 1 of 1) sorted by relevance
854 …const deUint8* const srcPixelRGB = &uncompressedBlockRGB[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESS… in decompressETC2_EAC_RGBA8() local859 dstPixel[0] = srcPixelRGB[0]; in decompressETC2_EAC_RGBA8()860 dstPixel[1] = srcPixelRGB[1]; in decompressETC2_EAC_RGBA8()861 dstPixel[2] = srcPixelRGB[2]; in decompressETC2_EAC_RGBA8()