Searched refs:convertSatRteUint24 (Results 1 – 1 of 1) sorted by relevance
143 inline deUint32 convertSatRteUint24 (float f) in convertSatRteUint24() function280 …case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatRteUint24 (src * 16777215.0f)); b… in floatToChannel()287 case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatRteUint24 (src)); break; in floatToChannel()