Lines Matching full:tbytesline
246 GLint tbytesline, tsize;
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;
652 const GLchan *tex10 = tex00 + info->tbytesline; \
660 tex01 -= info->tbytesline; \
661 tex11 -= info->tbytesline; \
842 info.tbytesline = texImg->Width * 3; \
845 info.tbytesline = texImg->Width * 4; \
851 info.tsize = texImg->Height * info.tbytesline;