Searched refs:chnType (Results 1 – 1 of 1) sorted by relevance
3353 TextureFormat::ChannelType chnType = TextureFormat::CHANNELTYPE_LAST; in getChannelAccessFormat() local3356 chnType = s_size8[type]; in getChannelAccessFormat()3358 chnType = s_size16[type]; in getChannelAccessFormat()3360 chnType = s_size32[type]; in getChannelAccessFormat()3362 chnType = s_size64[type]; in getChannelAccessFormat()3364 if (chnType != TextureFormat::CHANNELTYPE_LAST) in getChannelAccessFormat()3365 return TextureFormat(TextureFormat::R, chnType); in getChannelAccessFormat()