Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp718 int YTrueDim = PVRT_MAX(YDim,8); in PVRTDecompressPVRTC() local
721 if(XTrueDim!=XDim || YTrueDim!=YDim) in PVRTDecompressPVRTC()
723 pDecompressedData=(Pixel32*)malloc(XTrueDim*YTrueDim*sizeof(Pixel32)); in PVRTDecompressPVRTC()
727 …int retval = pvrtcDecompress((PVRTuint8*)pCompressedData,pDecompressedData,XTrueDim,YTrueDim,(Do2b… in PVRTDecompressPVRTC()
730 if(XTrueDim!=XDim || YTrueDim!=YDim) in PVRTDecompressPVRTC()