Searched refs:psTempHeader (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.cpp1153 PVRTextureHeaderV3 *psTempHeader=NULL; local
1157 psTempHeader=&sTextureHeaderDecomp;
1162 psTempHeader=&sTextureHeader;
1172 if (psTempHeader->u32Depth>1)
1174 u32MIPDepth=psTempHeader->u32Depth; //3d texture.
1178 u32MIPDepth=psTempHeader->u32NumSurfaces; //2d arrays.
1194 for (PVRTuint32 uiFace=0; uiFace<psTempHeader->u32NumFaces; ++uiFace)
1197 for (PVRTuint32 uiMIPLevel=0; uiMIPLevel<psTempHeader->u32MIPMapCount; ++uiMIPLevel)
1200 uiCurrentMIPSize=PVRTGetTextureDataSize(*psTempHeader,uiMIPLevel,false,false);
1233 if (psTempHeader
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTTextureAPI.cpp806 PVRTextureHeaderV3 *psTempHeader=NULL; local
810 psTempHeader=&sTextureHeaderDecomp;
815 psTempHeader=&sTextureHeader;
821 if(psTempHeader->u32Depth>1)
823 u32MIPDepth = psTempHeader->u32Depth; //3d texture.
838 for (PVRTuint32 uiFace=0; uiFace<psTempHeader->u32NumFaces; ++uiFace)
841 for (PVRTuint32 uiMIPLevel=0; uiMIPLevel<psTempHeader->u32MIPMapCount; ++uiMIPLevel)
844 uiCurrentMIPSize=PVRTGetTextureDataSize(*psTempHeader,uiMIPLevel,false,false);
883 u32MIPWidth=psTempHeader->u32Width;
884 u32MIPHeight=psTempHeader
[all...]

Completed in 39 milliseconds