Searched refs:getWellBehavingChannelColor (Results 1 – 1 of 1) sorted by relevance
376 static float getWellBehavingChannelColor (float v, int numBits) in getWellBehavingChannelColor() function415 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()