Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimage.c999 int swapsPerPixel = _mesa_bytes_per_pixel(format, type) / swapSize; in _mesa_swap_bytes_2d_image() local
1004 assert(swapsPerPixel > 0); 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()