Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp376 static float getWellBehavingChannelColor (float v, int numBits) in getWellBehavingChannelColor() function
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()