Lines Matching refs:UNORM_INT8
218 case TextureFormat::UNORM_INT8: return 1; in getChannelSize()
268 case TextureFormat::UNORM_INT8: return (float)*((const deUint8*)value) / 255.0f; in channelToFloat()
292 case TextureFormat::UNORM_INT8: return (int)*((const deUint8*)value); in channelToInt()
316 …case TextureFormat::UNORM_INT8: *((deUint8*)dst) = convertSatRte<deUint8> (src * 255.0f); bre… in floatToChannel()
352 case TextureFormat::UNORM_INT8: *((deUint8*)dst) = convertSat<deUint8> (src); break; in intToChannel()
505 case UNORM_INT8: channelSize = 1; break; in getPixelSize()
594 if (m_format.type == TextureFormat::UNORM_INT8) in getPixel()
683 if (m_format.type == TextureFormat::UNORM_INT8) in getPixelInt()
851 if (m_format.type == TextureFormat::UNORM_INT8) in setPixel()
950 if (m_format.type == TextureFormat::UNORM_INT8) in setPixel()
3611 case TextureFormat::UNORM_INT8: return str << "UNORM_INT8"; in operator <<()