Searched refs:finalColor (Results 1 – 3 of 3) sorted by relevance
285 tcu::Vec4 finalColor = (color - m_texFormatInfo.lookupBias) / m_texFormatInfo.lookupScale; in fillTexture() local286 texAccess.setPixel(finalColor, x, y); in fillTexture()
336 SkColor finalColor = evaluateCommandColor(surface, commandIndex, x, y); in findCommandByPixel() local344 if (c == finalColor) { in findCommandByPixel()
1480 const tcu::Vec4 finalColor = (texColor - formatInfo.lookupBias) / formatInfo.lookupScale; in iterate() local1481 texPixels.setPixel(finalColor, x, y, z); in iterate()