Home
last modified time | relevance | path

Searched refs:srcPixelRGB (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuCompressedTexture.cpp955 …const deUint8* const srcPixelRGB = &uncompressedBlockRGB[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESS… in decompressETC2_EAC_RGBA8() local
960 dstPixel[0] = srcPixelRGB[0]; in decompressETC2_EAC_RGBA8()
961 dstPixel[1] = srcPixelRGB[1]; in decompressETC2_EAC_RGBA8()
962 dstPixel[2] = srcPixelRGB[2]; in decompressETC2_EAC_RGBA8()