Lines Matching refs:GLfloat

60 _es_ClipPlanef(GLenum plane, const GLfloat *equation)  in _es_ClipPlanef()
88 _es_Color4f((GLfloat) (red / 255.0f), in _es_Color4ub()
89 (GLfloat) (green / 255.0f), in _es_Color4ub()
90 (GLfloat) (blue / 255.0f), in _es_Color4ub()
91 (GLfloat) (alpha / 255.0f)); in _es_Color4ub()
97 _es_Color4f((GLfloat) (red / 65536.0f), in _es_Color4x()
98 (GLfloat) (green / 65536.0f), in _es_Color4x()
99 (GLfloat) (blue / 65536.0f), in _es_Color4x()
100 (GLfloat) (alpha / 65536.0f)); in _es_Color4x()
114 _mesa_DrawTexf((GLfloat) (x / 65536.0f), in _es_DrawTexxOES()
115 (GLfloat) (y / 65536.0f), in _es_DrawTexxOES()
116 (GLfloat) (z / 65536.0f), in _es_DrawTexxOES()
117 (GLfloat) (w / 65536.0f), in _es_DrawTexxOES()
118 (GLfloat) (h / 65536.0f)); in _es_DrawTexxOES()
125 GLfloat converted_coords[5]; in _es_DrawTexxvOES()
128 converted_coords[i] = (GLfloat) (coords[i] / 65536.0f); in _es_DrawTexxvOES()
138 _mesa_Fogf(pname, (GLfloat) (param / 65536.0f)); in _es_Fogx()
140 _mesa_Fogf(pname, (GLfloat) param); in _es_Fogx()
150 GLfloat converted_params[4]; in _es_Fogxv()
174 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _es_Fogxv()
178 converted_params[i] = (GLfloat) params[i]; in _es_Fogxv()
186 _es_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, in _es_Frustumf()
187 GLfloat zNear, GLfloat zFar) in _es_Frustumf()
210 _es_GetClipPlanef(GLenum plane, GLfloat *equation) in _es_GetClipPlanef()
217 equation[i] = (GLfloat) (converted_equation[i]); in _es_GetClipPlanef()
238 GLfloat converted_params[4]; in _es_GetLightxv()
279 GLfloat converted_params[4]; in _es_GetMaterialxv()
317 GLfloat converted_params[4]; in _es_GetTexEnvxv()
415 GLfloat converted_params[4]; in _es_GetTexParameterxv()
461 _mesa_LightModelf(pname, (GLfloat) param); in _es_LightModelx()
469 GLfloat converted_params[4]; in _es_LightModelxv()
488 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _es_LightModelxv()
492 converted_params[i] = (GLfloat) params[i]; in _es_LightModelxv()
502 _mesa_Lightf(light, pname, (GLfloat) (param / 65536.0f)); in _es_Lightx()
510 GLfloat converted_params[4]; in _es_Lightxv()
541 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _es_Lightxv()
550 _mesa_LineWidth((GLfloat) (width / 65536.0f)); in _es_LineWidthx()
557 GLfloat converted_m[16]; in _es_LoadMatrixx()
560 converted_m[i] = (GLfloat) (m[i] / 65536.0f); in _es_LoadMatrixx()
581 _es_Materialf(face, pname, (GLfloat) (param / 65536.0f)); in _es_Materialx()
589 GLfloat converted_params[4]; in _es_Materialxv()
615 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _es_Materialxv()
625 GLfloat converted_m[16]; in _es_MultMatrixx()
628 converted_m[i] = (GLfloat) (m[i] / 65536.0f); in _es_MultMatrixx()
638 (GLfloat) (s / 65536.0f), in _es_MultiTexCoord4x()
639 (GLfloat) (t / 65536.0f), in _es_MultiTexCoord4x()
640 (GLfloat) (r / 65536.0f), in _es_MultiTexCoord4x()
641 (GLfloat) (q / 65536.0f)); in _es_MultiTexCoord4x()
647 _es_Normal3f((GLfloat) (nx / 65536.0f), in _es_Normal3x()
648 (GLfloat) (ny / 65536.0f), in _es_Normal3x()
649 (GLfloat) (nz / 65536.0f)); in _es_Normal3x()
653 _es_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, in _es_Orthof()
654 GLfloat zNear, GLfloat zFar) in _es_Orthof()
679 _mesa_PointParameterf(pname, (GLfloat) (param / 65536.0f)); in _es_PointParameterx()
687 GLfloat converted_params[3]; in _es_PointParameterxv()
705 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _es_PointParameterxv()
714 _mesa_PointSize((GLfloat) (size / 65536.0f)); in _es_PointSizex()
720 _mesa_PolygonOffset((GLfloat) (factor / 65536.0f), in _es_PolygonOffsetx()
721 (GLfloat) (units / 65536.0f)); in _es_PolygonOffsetx()
727 _mesa_Rotatef((GLfloat) (angle / 65536.0f), in _es_Rotatex()
728 (GLfloat) (x / 65536.0f), in _es_Rotatex()
729 (GLfloat) (y / 65536.0f), in _es_Rotatex()
730 (GLfloat) (z / 65536.0f)); in _es_Rotatex()
743 _mesa_Scalef((GLfloat) (x / 65536.0f), in _es_Scalex()
744 (GLfloat) (y / 65536.0f), in _es_Scalex()
745 (GLfloat) (z / 65536.0f)); in _es_Scalex()
779 _mesa_TexEnvf(target, pname, (GLfloat) param); in _es_TexEnvx()
784 _mesa_TexEnvf(target, pname, (GLfloat) (param / 65536.0f)); in _es_TexEnvx()
824 _mesa_TexEnvf(target, pname, (GLfloat) params[0]); in _es_TexEnvxv()
829 _mesa_TexEnvf(target, pname, (GLfloat) (params[0] / 65536.0f)); in _es_TexEnvxv()
833 GLfloat converted_params[4]; in _es_TexEnvxv()
836 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _es_TexEnvxv()
852 _es_TexGenf(coord, pname, (GLfloat) param); in _check_TexGeniOES()
858 _es_TexGenf(coord, pname, (GLfloat) params[0]); in _check_TexGenivOES()
864 _es_TexGenf(coord, pname, (GLfloat) param); in _check_TexGenxOES()
870 _es_TexGenf(coord, pname, (GLfloat) params[0]); in _check_TexGenxvOES()
877 _mesa_TexParameterf(target, pname, (GLfloat) (param / 65536.0f)); in _es_TexParameterx()
879 _mesa_TexParameterf(target, pname, (GLfloat) param); in _es_TexParameterx()
888 GLfloat converted_params[4]; in _es_TexParameterxv()
927 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _es_TexParameterxv()
931 converted_params[i] = (GLfloat) params[i]; in _es_TexParameterxv()
941 _mesa_Translatef((GLfloat) (x / 65536.0f), in _es_Translatex()
942 (GLfloat) (y / 65536.0f), in _es_Translatex()
943 (GLfloat) (z / 65536.0f)); in _es_Translatex()