Home | History | Annotate | Download | only in program

Lines Matching defs:usx

1307             GLuint result[4], usx, usy;
1311 usx = F_TO_I(a[0] * 65535.0F);
1316 result[3] = usx | (usy << 16);
1797 GLushort usx, usy;
1798 usx = raw & 0xffff;
1800 result[0] = result[2] = usx * (1.0f / 65535.0f);