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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c313 GLubyte *srcRowStart = srcMap + srcRowStride * srcRow; variable in typeref:typename:GLubyte *
317 memcpy(srcBuffer, srcRowStart, pixelSize * srcWidth);
320 _mesa_unpack_rgba_row(readRb->Format, srcWidth, srcRowStart,
324 _mesa_unpack_float_z_row(readRb->Format, srcWidth, srcRowStart,
328 _mesa_unpack_uint_z_row(readRb->Format, srcWidth, srcRowStart,
333 srcRowStart, srcBuffer);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c313 GLubyte *srcRowStart = srcMap + srcRowStride * srcRow; variable in typeref:typename:GLubyte *
317 memcpy(srcBuffer, srcRowStart, pixelSize * srcWidth);
320 _mesa_unpack_rgba_row(readRb->Format, srcWidth, srcRowStart,
324 _mesa_unpack_float_z_row(readRb->Format, srcWidth, srcRowStart,
328 _mesa_unpack_uint_z_row(readRb->Format, srcWidth, srcRowStart,
333 srcRowStart, srcBuffer);

Completed in 3 milliseconds