Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpack.c1224 GLint bytesPerComp; in _mesa_unpack_image() local
1232 bytesPerComp = bytesPerPixel / components; in _mesa_unpack_image()
1234 swap2 = (bytesPerComp == 2) && unpack->SwapBytes; in _mesa_unpack_image()
1235 swap4 = (bytesPerComp == 4) && unpack->SwapBytes; in _mesa_unpack_image()