Home
last modified time | relevance | path

Searched refs:u32NumSurfaces (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp1108 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()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp742 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()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.h251 PVRTuint32 u32NumSurfaces; ///< Number of members in a Texture Array. member
269 u32NumSurfaces(1), ///< Number of members in a Texture Array. in PVRTextureHeaderV3()
DPVRTTexture.cpp396 PVRTuint32 numsurfs = ((bAllSurfaces)?(sTextureHeader.u32NumSurfaces):(1)); in PVRTGetTextureDataSize()
437 NewHeader.u32NumSurfaces=(LegacyHeader->dwNumSurfs/(isCubeMap?6:1)); in PVRTConvertOldTextureHeaderToV3()
439 NewHeader.u32NumSurfaces=1; in PVRTConvertOldTextureHeaderToV3()