Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.h22 const int Do2bitMode,
DPVRTDecompress.cpp708 const int Do2bitMode, in PVRTDecompressPVRTC() argument
717 int XTrueDim = PVRT_MAX(XDim,((Do2bitMode==1)?16:8)); in PVRTDecompressPVRTC()
727 …rtcDecompress((PVRTuint8*)pCompressedData,pDecompressedData,XTrueDim,YTrueDim,(Do2bitMode==1?2:4)); in PVRTDecompressPVRTC()