Searched refs:pSwap (Results 1 – 1 of 1) sorted by relevance
939 unsigned char* pSwap = (unsigned char*)pDestData, swap; in PVRTDecompressETC() local944 swap = pSwap[0]; in PVRTDecompressETC()945 pSwap[0] = pSwap[2]; in PVRTDecompressETC()946 pSwap[2] = swap; in PVRTDecompressETC()947 pSwap+=4; in PVRTDecompressETC()