Searched refs:floatClearColorBlue (Results 1 – 1 of 1) sorted by relevance
492 float floatClearColorBlue = color.float32[2]; in adjustFloatClearColorPrecision() local494 floatClearColorBlue = floor(floatClearColorBlue * ((1 << targetBlueBits) - 1) + 0.5f); in adjustFloatClearColorPrecision()495 floatClearColorBlue = floatClearColorBlue / ((1 << targetBlueBits) - 1); in adjustFloatClearColorPrecision()505 adjustedClearColor.float32[2] = floatClearColorBlue; in adjustFloatClearColorPrecision()