Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c441 GLuint pixelBytes, widthInBytes; in swrast_fast_copy_pixels() local
492 pixelBytes = _mesa_get_format_bytes(srcRb->Format); in swrast_fast_copy_pixels()
493 widthInBytes = width * pixelBytes; in swrast_fast_copy_pixels()
512 srcMap = map + srcY * rowStride + srcX * pixelBytes; in swrast_fast_copy_pixels()
513 dstMap = map + dstY * rowStride + dstX * pixelBytes; in swrast_fast_copy_pixels()