Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dpack.c1207 GLint bytesPerRow, compsPerRow; in _mesa_unpack_image() local
1220 compsPerRow = 0; in _mesa_unpack_image()
1237 compsPerRow = components * width; in _mesa_unpack_image()
1238 assert(compsPerRow >= width); in _mesa_unpack_image()
1322 _mesa_swap2((GLushort*) dst, compsPerRow); in _mesa_unpack_image()
1325 _mesa_swap4((GLuint*) dst, compsPerRow); in _mesa_unpack_image()