Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimage.c1002 uint8_t *dstrow; in _mesa_swap_bytes_2d_image() local
1006 dstrow = dst; in _mesa_swap_bytes_2d_image()
1010 swap2_copy((GLushort *)dstrow, (GLushort *)srcrow, width * swapsPerPixel); in _mesa_swap_bytes_2d_image()
1012 swap4_copy((GLuint *)dstrow, (GLuint *)srcrow, width * swapsPerPixel); in _mesa_swap_bytes_2d_image()
1013 dstrow += stride; in _mesa_swap_bytes_2d_image()