HomeSort by relevance Sort by last modified time
    Searched defs:texW (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c 124 const GLfloat texW = (GLfloat) swImg->WidthScale;
132 texW, texH,
s_span.c 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
    [all...]
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 124 const GLfloat texW = (GLfloat) swImg->WidthScale;
132 texW, texH,
s_span.c 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
    [all...]
s_texfilter.c     [all...]

Completed in 315 milliseconds