Searched refs:swapsPerPixel (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | image.c | 999 int swapsPerPixel = _mesa_bytes_per_pixel(format, type) / swapSize; local in function:_mesa_swap_bytes_2d_image 1004 assert(swapsPerPixel > 0); 1010 swap2_copy((GLushort *)dstrow, (GLushort *)srcrow, width * swapsPerPixel); 1012 swap4_copy((GLuint *)dstrow, (GLuint *)srcrow, width * swapsPerPixel);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | image.c | 999 int swapsPerPixel = _mesa_bytes_per_pixel(format, type) / swapSize; local in function:_mesa_swap_bytes_2d_image 1004 assert(swapsPerPixel > 0); 1010 swap2_copy((GLushort *)dstrow, (GLushort *)srcrow, width * swapsPerPixel); 1012 swap4_copy((GLuint *)dstrow, (GLuint *)srcrow, width * swapsPerPixel);
|
Completed in 6 milliseconds