Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.h40 const int &nMode);
DPVRTDecompress.cpp919 const int &nMode) in PVRTDecompressETC() argument
926 …eDecompress(pSrcData,PVRT_MAX(x,ETC_MIN_TEXWIDTH),PVRT_MAX(y,ETC_MIN_TEXHEIGHT),pTempBuffer,nMode); in PVRTDecompressETC()
936 i32read = ETCTextureDecompress(pSrcData,x,y,pDestData,nMode); in PVRTDecompressETC()