Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGlobal.h226 inline void PVRTswap(T& a, T& b) in PVRTswap() function
259 PVRTswap<unsigned char>(pBytes[i++], pBytes[j--]); in PVRTByteSwap()
DPVRTArray.h403 PVRTswap(m_pArray[j], m_pArray[j+1]); in Sort()
DPVRTModelPOD.cpp836 PVRTswap(pCPODData[i], pCPODData[i + 1]); in WriteInterleaved()