Searched refs:SWAP (Results 1 – 1 of 1) sorted by relevance
22 #define SWAP(A, B) tmp = (A); (A) = (B); (B) = tmp macro385 SWAP(textureInformation->src[i + 0], textureInformation->src[i + 3]); in ConvertFormat8888Function()386 SWAP(textureInformation->src[i + 1], textureInformation->src[i + 2]); in ConvertFormat8888Function()400 SWAP(textureInformation->src[i + 0], textureInformation->src[i + 2]); in ConvertFormat888Function()414 SWAP(textureInformation->src[i+0], textureInformation->src[i+1]); in ConvertFormat88Function()