Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpack.c5845 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local
5855 flipBytes = unpack->LsbFirst; in _mesa_unpack_image()
5871 flipBytes = GL_FALSE; in _mesa_unpack_image()
5894 flipBytes = GL_FALSE; in _mesa_unpack_image()
5955 if (flipBytes) { in _mesa_unpack_image()