Searched refs:u32NumSurfaces (Results 1 – 4 of 4) sorted by relevance
1108 if (sTextureHeader.u32NumFaces>1 || sTextureHeader.u32NumSurfaces>1 || sTextureHeader.u32Depth>1) in PVRTTextureLoadFromPointer()1110 if((sTextureHeader.u32NumFaces>1) && (sTextureHeader.u32NumSurfaces>1)) in PVRTTextureLoadFromPointer()1120 else if ((sTextureHeader.u32NumSurfaces>1) && (sTextureHeader.u32Depth>1)) in PVRTTextureLoadFromPointer()1126 if(sTextureHeader.u32NumSurfaces>1) in PVRTTextureLoadFromPointer()1178 u32MIPDepth=psTempHeader->u32NumSurfaces; //2d arrays. in PVRTTextureLoadFromPointer()1252 u32MIPDepth=psTempHeader->u32NumSurfaces; //2d arrays. in PVRTTextureLoadFromPointer()1483 pTextureHeader->u32NumSurfaces=PVRTByteSwap32(pTextureHeader->u32NumSurfaces); in PVRTTextureLoadFromPVR()
742 if(sTextureHeader.u32NumFaces>1 || sTextureHeader.u32NumSurfaces>1 || sTextureHeader.u32Depth>1) in PVRTTextureLoadFromPointer()744 if((sTextureHeader.u32NumFaces>1) && (sTextureHeader.u32NumSurfaces>1)) in PVRTTextureLoadFromPointer()754 else if((sTextureHeader.u32NumSurfaces>1) && (sTextureHeader.u32Depth>1)) in PVRTTextureLoadFromPointer()760 if(sTextureHeader.u32NumSurfaces>1) in PVRTTextureLoadFromPointer()1110 pTextureHeader->u32NumSurfaces=PVRTByteSwap32(pTextureHeader->u32NumSurfaces); in PVRTTextureLoadFromPVR()
251 PVRTuint32 u32NumSurfaces; ///< Number of members in a Texture Array. member269 u32NumSurfaces(1), ///< Number of members in a Texture Array. in PVRTextureHeaderV3()
396 PVRTuint32 numsurfs = ((bAllSurfaces)?(sTextureHeader.u32NumSurfaces):(1)); in PVRTGetTextureDataSize()437 NewHeader.u32NumSurfaces=(LegacyHeader->dwNumSurfs/(isCubeMap?6:1)); in PVRTConvertOldTextureHeaderToV3()439 NewHeader.u32NumSurfaces=1; in PVRTConvertOldTextureHeaderToV3()