HomeSort by relevance Sort by last modified time
    Searched refs:HeightScale (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 123 swImg->HeightScale = 1.0;
128 swImg->HeightScale = (GLfloat) texImage->Height;
s_context.h 137 GLfloat WidthScale, HeightScale, DepthScale;
s_fragprog.c 125 const GLfloat texH = (GLfloat) swImg->HeightScale;
s_span.c 513 texH = swImg->HeightScale;
    [all...]
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 123 swImg->HeightScale = 1.0;
128 swImg->HeightScale = (GLfloat) texImage->Height;
s_context.h 137 GLfloat WidthScale, HeightScale, DepthScale;
s_fragprog.c 125 const GLfloat texH = (GLfloat) swImg->HeightScale;
s_span.c 513 texH = swImg->HeightScale;
    [all...]
s_texfilter.c     [all...]

Completed in 137 milliseconds