Searched defs:PVR_Texture_Header (Results 1 – 1 of 1) sorted by relevance
281 struct PVR_Texture_Header struct283 PVRTuint32 dwHeaderSize; /*!< size of the structure */284 PVRTuint32 dwHeight; /*!< height of surface to be created */285 PVRTuint32 dwWidth; /*!< width of input surface */286 PVRTuint32 dwMipMapCount; /*!< number of mip-map levels requested */287 PVRTuint32 dwpfFlags; /*!< pixel format flags */288 PVRTuint32 dwTextureDataSize; /*!< Total size in bytes */289 PVRTuint32 dwBitCount; /*!< number of bits per pixel */290 PVRTuint32 dwRBitMask; /*!< mask for red bit */291 PVRTuint32 dwGBitMask; /*!< mask for green bits */[all …]