Searched refs:bytesPerComp (Results 1 – 1 of 1) sorted by relevance
1224 GLint bytesPerComp; in _mesa_unpack_image() local1232 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()