Home | History | Annotate | Download | only in swrast

Lines Matching defs:texW

415                        GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
418 GLfloat dudx = texW * ((s + dsdx) / (q + dqdx) - s * invQ);
420 GLfloat dudy = texW * ((s + dsdy) / (q + dqdy) - s * invQ);
437 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
449 maxU = MAX2(dsdx2, dsdy2) * texW;
481 GLfloat texW, texH;
512 texW = swImg->WidthScale;
517 texW = 1.0;
536 dqdx, dqdy, texW, texH,
553 dqdx, dqdy, texW, texH,