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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimage.c1002 uint8_t *dstrow; local in function:_mesa_swap_bytes_2d_image
1006 dstrow = dst;
1010 swap2_copy((GLushort *)dstrow, (GLushort *)srcrow, width * swapsPerPixel);
1012 swap4_copy((GLuint *)dstrow, (GLuint *)srcrow, width * swapsPerPixel);
1013 dstrow += stride;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dimage.c1002 uint8_t *dstrow; local in function:_mesa_swap_bytes_2d_image
1006 dstrow = dst;
1010 swap2_copy((GLushort *)dstrow, (GLushort *)srcrow, width * swapsPerPixel);
1012 swap4_copy((GLuint *)dstrow, (GLuint *)srcrow, width * swapsPerPixel);
1013 dstrow += stride;

Completed in 5 milliseconds