Lines Matching refs:FloatToUnsignedByte
177 u8 red = FloatToUnsignedByte( colorBuffer.clearColor[ 0 ] ); in MakeClearRequest()
178 u8 green = FloatToUnsignedByte( colorBuffer.clearColor[ 1 ] ); in MakeClearRequest()
179 u8 blue = FloatToUnsignedByte( colorBuffer.clearColor[ 2 ] ); in MakeClearRequest()
183 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequest()
195 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequest()
214 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequest()
284 u8 red = FloatToUnsignedByte( colorBuffer.clearColor[ 0 ] ); in MakeClearRequestRaw()
285 u8 green = FloatToUnsignedByte( colorBuffer.clearColor[ 1 ] ); in MakeClearRequestRaw()
286 u8 blue = FloatToUnsignedByte( colorBuffer.clearColor[ 2 ] ); in MakeClearRequestRaw()
290 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequestRaw()
302 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequestRaw()
321 u8 alpha = FloatToUnsignedByte( colorBuffer.clearColor[ 3 ] ); in MakeClearRequestRaw()