Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp413 static tcu::Vec4 getWellBehavingColor (const tcu::Vec4& accurateColor, const tcu::PixelFormat& form… in getWellBehavingColor() argument
415 return tcu::Vec4(getWellBehavingChannelColor(accurateColor[0], format.redBits), in getWellBehavingColor()
416 getWellBehavingChannelColor(accurateColor[1], format.greenBits), in getWellBehavingColor()
417 getWellBehavingChannelColor(accurateColor[2], format.blueBits), in getWellBehavingColor()
418 getWellBehavingChannelColor(accurateColor[3], format.alphaBits)); in getWellBehavingColor()