Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dpack.c1208 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local
1218 flipBytes = unpack->LsbFirst; in _mesa_unpack_image()
1234 flipBytes = GL_FALSE; in _mesa_unpack_image()
1257 flipBytes = GL_FALSE; in _mesa_unpack_image()
1318 if (flipBytes) { in _mesa_unpack_image()