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

/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c246 GLint tbytesline, tsize; member in struct:affine_info
387 const GLchan *tex10 = tex00 + info->tbytesline; \
395 tex01 -= info->tbytesline; \
396 tex11 -= info->tbytesline; \
576 info.tbytesline = texImg->Width * 3; \
579 info.tbytesline = texImg->Width * 4; \
585 info.tsize = texImg->Height * info.tbytesline;
602 GLint tbytesline, tsize; member in struct:persp_info
652 const GLchan *tex10 = tex00 + info->tbytesline; \
660 tex01 -= info->tbytesline; \
[all...]

Completed in 53 milliseconds