Searched refs:convertSatRteUint24 (Results 1 – 1 of 1) sorted by relevance
254 inline deUint32 convertSatRteUint24 (float f) in convertSatRteUint24() function369 …case TextureFormat::UNORM_INT24: writeUint24(dst, convertSatRteUint24 (src * 16777215.0f)); … in floatToChannel()376 case TextureFormat::UNSIGNED_INT24: writeUint24(dst, convertSatRteUint24 (src)); break; in floatToChannel()1678 writeUint32High24(pixelPtr, convertSatRteUint24(depth * 16777215.0f)); in setPixDepth()1683 writeUint32Low24(pixelPtr, convertSatRteUint24(depth * 16777215.0f)); in setPixDepth()