Searched refs:swap2 (Results 1 – 2 of 2) sorted by relevance
1639 UChar swap2; in doReverse() local1644 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) { in doReverse()1645 *left++ = swap2; in doReverse()
5845 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local5856 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image()5872 swap2 = (bytesPerComp == 2) && unpack->SwapBytes; in _mesa_unpack_image()5958 else if (swap2) { in _mesa_unpack_image()