Searched refs:convertSatUint24 (Results 1 – 1 of 1) sorted by relevance
311 static inline deUint32 convertSatUint24 (S src) in convertSatUint24() function335 case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatUint24 (src)); break; in intToChannel()341 …case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatUint24 ((deUint32)src)); break; in intToChannel()