Home | History | Annotate | Download | only in swrast

Lines Matching defs:texW

1884    GLfloat texW, texH;
1909 texW = swImg->WidthScale;
1915 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
1917 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);