Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpack.c1223 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local
1233 flipBytes = unpack->LsbFirst; in _mesa_unpack_image()
1249 flipBytes = GL_FALSE; in _mesa_unpack_image()
1272 flipBytes = GL_FALSE; in _mesa_unpack_image()
1333 if (flipBytes) { in _mesa_unpack_image()