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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c251 GLint formatSize = _mesa_get_format_bytes(readRb->Format); variable in typeref:typename:GLint
261 srcMap = map + srcYpos * rowStride + srcXpos * formatSize;
262 dstMap = map + dstYpos * rowStride + dstXpos * formatSize;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c251 GLint formatSize = _mesa_get_format_bytes(readRb->Format); variable in typeref:typename:GLint
261 srcMap = map + srcYpos * rowStride + srcXpos * formatSize;
262 dstMap = map + dstYpos * rowStride + dstXpos * formatSize;

Completed in 4 milliseconds