Searched refs:HeightScale (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texture.c141 swImg->HeightScale = 1.0;
146 swImg->HeightScale = (GLfloat) texImage->Height;
H A Ds_context.h137 GLfloat WidthScale, HeightScale, DepthScale; member in struct:swrast_texture_image
H A Ds_fragprog.c125 const GLfloat texH = (GLfloat) swImg->HeightScale;
H A Ds_span.c517 texH = swImg->HeightScale;
H A Ds_texfilter.c1662 GLfloat tex_v = -0.5f + texcoord[1] * swImg->HeightScale * scaling;
1915 texH = swImg->HeightScale;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texture.c143 swImg->HeightScale = 1.0;
148 swImg->HeightScale = (GLfloat) texImage->Height;
H A Ds_context.h138 GLfloat WidthScale, HeightScale, DepthScale; member in struct:swrast_texture_image
H A Ds_fragprog.c125 const GLfloat texH = (GLfloat) swImg->HeightScale;
H A Ds_span.c517 texH = swImg->HeightScale;
H A Ds_texfilter.c1662 GLfloat tex_v = -0.5f + texcoord[1] * swImg->HeightScale * scaling;
1915 texH = swImg->HeightScale;

Completed in 21 milliseconds