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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_copypix.c441 GLuint pixelBytes, widthInBytes; local in function:swrast_fast_copy_pixels
492 pixelBytes = _mesa_get_format_bytes(srcRb->Format);
493 widthInBytes = width * pixelBytes;
512 srcMap = map + srcY * rowStride + srcX * pixelBytes;
513 dstMap = map + dstY * rowStride + dstX * pixelBytes;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_copypix.c441 GLuint pixelBytes, widthInBytes; local in function:swrast_fast_copy_pixels
492 pixelBytes = _mesa_get_format_bytes(srcRb->Format);
493 widthInBytes = width * pixelBytes;
512 srcMap = map + srcY * rowStride + srcX * pixelBytes;
513 dstMap = map + dstY * rowStride + dstX * pixelBytes;

Completed in 3 milliseconds