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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_triangle.c247 GLint tbytesline, tsize; member in struct:affine_info
388 const GLchan *tex10 = tex00 + info->tbytesline; \
396 tex01 -= info->tbytesline; \
397 tex11 -= info->tbytesline; \
577 info.tbytesline = texImg->Width * 3; \
580 info.tbytesline = texImg->Width * 4; \
586 info.tsize = texImg->Height * info.tbytesline;
603 GLint tbytesline, tsize; member in struct:persp_info
653 const GLchan *tex10 = tex00 + info->tbytesline; \
661 tex01 -= info->tbytesline; \
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_triangle.c247 GLint tbytesline, tsize; member in struct:affine_info
388 const GLchan *tex10 = tex00 + info->tbytesline; \
396 tex01 -= info->tbytesline; \
397 tex11 -= info->tbytesline; \
577 info.tbytesline = texImg->Width * 3; \
580 info.tbytesline = texImg->Width * 4; \
586 info.tsize = texImg->Height * info.tbytesline;
603 GLint tbytesline, tsize; member in struct:persp_info
653 const GLchan *tex10 = tex00 + info->tbytesline; \
661 tex01 -= info->tbytesline; \
[all...]

Completed in 3 milliseconds