Searched refs:compsPerRow (Results 1 – 1 of 1) sorted by relevance
1222 GLint bytesPerRow, compsPerRow; in _mesa_unpack_image() local1235 compsPerRow = 0; in _mesa_unpack_image()1252 compsPerRow = components * width; in _mesa_unpack_image()1253 assert(compsPerRow >= width); in _mesa_unpack_image()1337 _mesa_swap2((GLushort*) dst, compsPerRow); in _mesa_unpack_image()1340 _mesa_swap4((GLuint*) dst, compsPerRow); in _mesa_unpack_image()