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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c 125 const GLfloat texH = (GLfloat) swImg->HeightScale;
132 texW, texH,
s_span.c 415 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
419 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ);
421 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ);
437 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
450 maxV = MAX2(dtdx2, dtdy2) * texH;
481 GLfloat texW, texH;
513 texH = swImg->HeightScale;
518 texH = 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 125 const GLfloat texH = (GLfloat) swImg->HeightScale;
132 texW, texH,
s_span.c 415 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
419 GLfloat dvdx = texH * ((t + dtdx) / (q + dqdx) - t * invQ);
421 GLfloat dvdy = texH * ((t + dtdy) / (q + dqdy) - t * invQ);
437 GLfloat dqdx, GLfloat dqdy, GLfloat texW, GLfloat texH,
450 maxV = MAX2(dtdx2, dtdy2) * texH;
481 GLfloat texW, texH;
513 texH = swImg->HeightScale;
518 texH = 1.0;
536 dqdx, dqdy, texW, texH,
553 dqdx, dqdy, texW, texH,
    [all...]
s_texfilter.c     [all...]

Completed in 3978 milliseconds