Home | History | Annotate | Download | only in common

Lines Matching refs:ChannelType

74 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType)
76 switch (channelType)
199 static Vec2 getChannelValueRange (TextureFormat::ChannelType channelType)
204 switch (channelType)
293 static IVec4 getChannelBitDepth (TextureFormat::ChannelType channelType)
295 switch (channelType)
359 static IVec4 getChannelMantissaBitDepth (TextureFormat::ChannelType channelType)
361 switch (channelType)
384 return getChannelBitDepth(channelType);