HomeSort by relevance Sort by last modified time
    Searched full:tbytesline (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c 246 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...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 246 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 1699 milliseconds