Home | History | Annotate | Download | only in swrast

Lines Matching refs:colMask

1424    const GLint colMask = img->Width - 1;
1438 GLint i = IFLOOR(texcoords[k][0] * width) & colMask;
1469 const GLint colMask = img->Width - 1;
1483 const GLint col = IFLOOR(texcoords[i][0] * width) & colMask;