Searched refs:u32ChannelType (Results 1 – 4 of 4) sorted by relevance
50 EPVRTVariableType ChannelType = (EPVRTVariableType)sTextureHeader.u32ChannelType; in PVRTGetOGLES2TextureFormat()486 sTextureHeaderDecomp.u32ChannelType=ePVRTVarTypeUnsignedByteNorm; in PVRTTextureLoadFromPointer()606 sTextureHeaderDecomp.u32ChannelType=ePVRTVarTypeUnsignedByteNorm; in PVRTTextureLoadFromPointer()1102 pTextureHeader->u32ChannelType=PVRTByteSwap32(pTextureHeader->u32ChannelType); in PVRTTextureLoadFromPVR()1116 u32CurrentChannelType=(EPVRTVariableType)pTextureHeader->u32ChannelType; in PVRTTextureLoadFromPVR()
49 EPVRTVariableType ChannelType = (EPVRTVariableType)sTextureHeader.u32ChannelType; in PVRTGetOGLES3TextureFormat()881 sTextureHeaderDecomp.u32ChannelType=ePVRTVarTypeUnsignedByteNorm; in PVRTTextureLoadFromPointer()988 sTextureHeaderDecomp.u32ChannelType=ePVRTVarTypeUnsignedByteNorm; in PVRTTextureLoadFromPointer()1475 pTextureHeader->u32ChannelType=PVRTByteSwap32(pTextureHeader->u32ChannelType); in PVRTTextureLoadFromPVR()1489 u32CurrentChannelType=(EPVRTVariableType)pTextureHeader->u32ChannelType; in PVRTTextureLoadFromPVR()
247 …PVRTuint32 u32ChannelType; ///< Variable type that the channel is stored in. Supports signed/unsi… member265 u32ChannelType(0), ///< Variable type that the channel is stored in. in PVRTextureHeaderV3()
426 NewHeader.u32ChannelType=chanTypeNew; in PVRTConvertOldTextureHeaderToV3()