Lines Matching refs:GLfloat
46 _mesa_ClipPlanef(GLenum plane, const GLfloat *equation) in _mesa_ClipPlanef()
74 _es_Color4f((GLfloat) (red / 65536.0f), in _mesa_Color4x()
75 (GLfloat) (green / 65536.0f), in _mesa_Color4x()
76 (GLfloat) (blue / 65536.0f), in _mesa_Color4x()
77 (GLfloat) (alpha / 65536.0f)); in _mesa_Color4x()
91 _mesa_DrawTexfOES((GLfloat) (x / 65536.0f), in _mesa_DrawTexxOES()
92 (GLfloat) (y / 65536.0f), in _mesa_DrawTexxOES()
93 (GLfloat) (z / 65536.0f), in _mesa_DrawTexxOES()
94 (GLfloat) (w / 65536.0f), in _mesa_DrawTexxOES()
95 (GLfloat) (h / 65536.0f)); in _mesa_DrawTexxOES()
102 GLfloat converted_coords[5]; in _mesa_DrawTexxvOES()
105 converted_coords[i] = (GLfloat) (coords[i] / 65536.0f); in _mesa_DrawTexxvOES()
115 _mesa_Fogf(pname, (GLfloat) (param / 65536.0f)); in _mesa_Fogx()
117 _mesa_Fogf(pname, (GLfloat) param); in _mesa_Fogx()
127 GLfloat converted_params[4]; in _mesa_Fogxv()
151 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_Fogxv()
155 converted_params[i] = (GLfloat) params[i]; in _mesa_Fogxv()
163 _mesa_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, in _mesa_Frustumf()
164 GLfloat zNear, GLfloat zFar) in _mesa_Frustumf()
187 _mesa_GetClipPlanef(GLenum plane, GLfloat *equation) in _mesa_GetClipPlanef()
194 equation[i] = (GLfloat) (converted_equation[i]); in _mesa_GetClipPlanef()
215 GLfloat converted_params[4]; in _mesa_GetLightxv()
256 GLfloat converted_params[4]; in _mesa_GetMaterialxv()
294 GLfloat converted_params[4]; in _mesa_GetTexEnvxv()
403 GLfloat converted_params[4]; in _mesa_GetTexParameterxv()
449 _mesa_LightModelf(pname, (GLfloat) param); in _mesa_LightModelx()
457 GLfloat converted_params[4]; in _mesa_LightModelxv()
476 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_LightModelxv()
480 converted_params[i] = (GLfloat) params[i]; in _mesa_LightModelxv()
490 _mesa_Lightf(light, pname, (GLfloat) (param / 65536.0f)); in _mesa_Lightx()
498 GLfloat converted_params[4]; in _mesa_Lightxv()
529 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_Lightxv()
538 _mesa_LineWidth((GLfloat) (width / 65536.0f)); in _mesa_LineWidthx()
545 GLfloat converted_m[16]; in _mesa_LoadMatrixx()
548 converted_m[i] = (GLfloat) (m[i] / 65536.0f); in _mesa_LoadMatrixx()
569 _es_Materialf(face, pname, (GLfloat) (param / 65536.0f)); in _mesa_Materialx()
577 GLfloat converted_params[4]; in _mesa_Materialxv()
603 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_Materialxv()
613 GLfloat converted_m[16]; in _mesa_MultMatrixx()
616 converted_m[i] = (GLfloat) (m[i] / 65536.0f); in _mesa_MultMatrixx()
626 (GLfloat) (s / 65536.0f), in _mesa_MultiTexCoord4x()
627 (GLfloat) (t / 65536.0f), in _mesa_MultiTexCoord4x()
628 (GLfloat) (r / 65536.0f), in _mesa_MultiTexCoord4x()
629 (GLfloat) (q / 65536.0f)); in _mesa_MultiTexCoord4x()
635 _es_Normal3f((GLfloat) (nx / 65536.0f), in _mesa_Normal3x()
636 (GLfloat) (ny / 65536.0f), in _mesa_Normal3x()
637 (GLfloat) (nz / 65536.0f)); in _mesa_Normal3x()
641 _mesa_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, in _mesa_Orthof()
642 GLfloat zNear, GLfloat zFar) in _mesa_Orthof()
667 _mesa_PointParameterf(pname, (GLfloat) (param / 65536.0f)); in _mesa_PointParameterx()
675 GLfloat converted_params[3]; in _mesa_PointParameterxv()
693 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_PointParameterxv()
702 _mesa_PointSize((GLfloat) (size / 65536.0f)); in _mesa_PointSizex()
708 _mesa_PolygonOffset((GLfloat) (factor / 65536.0f), in _mesa_PolygonOffsetx()
709 (GLfloat) (units / 65536.0f)); in _mesa_PolygonOffsetx()
715 _mesa_Rotatef((GLfloat) (angle / 65536.0f), in _mesa_Rotatex()
716 (GLfloat) (x / 65536.0f), in _mesa_Rotatex()
717 (GLfloat) (y / 65536.0f), in _mesa_Rotatex()
718 (GLfloat) (z / 65536.0f)); in _mesa_Rotatex()
731 _mesa_Scalef((GLfloat) (x / 65536.0f), in _mesa_Scalex()
732 (GLfloat) (y / 65536.0f), in _mesa_Scalex()
733 (GLfloat) (z / 65536.0f)); in _mesa_Scalex()
767 _mesa_TexEnvf(target, pname, (GLfloat) param); in _mesa_TexEnvx()
772 _mesa_TexEnvf(target, pname, (GLfloat) (param / 65536.0f)); in _mesa_TexEnvx()
812 _mesa_TexEnvf(target, pname, (GLfloat) params[0]); in _mesa_TexEnvxv()
817 _mesa_TexEnvf(target, pname, (GLfloat) (params[0] / 65536.0f)); in _mesa_TexEnvxv()
821 GLfloat converted_params[4]; in _mesa_TexEnvxv()
824 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_TexEnvxv()
838 _es_TexGenf(GLenum coord, GLenum pname, GLfloat param) in _es_TexGenf()
854 _es_TexGenf(coord, pname, (GLfloat) param); in _mesa_TexGenxOES()
860 _es_TexGenf(coord, pname, (GLfloat) params[0]); in _mesa_TexGenxvOES()
867 _mesa_TexParameterf(target, pname, (GLfloat) (param / 65536.0f)); in _mesa_TexParameterx()
869 _mesa_TexParameterf(target, pname, (GLfloat) param); in _mesa_TexParameterx()
878 GLfloat converted_params[4]; in _mesa_TexParameterxv()
917 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_TexParameterxv()
921 converted_params[i] = (GLfloat) params[i]; in _mesa_TexParameterxv()
931 _mesa_Translatef((GLfloat) (x / 65536.0f), in _mesa_Translatex()
932 (GLfloat) (y / 65536.0f), in _mesa_Translatex()
933 (GLfloat) (z / 65536.0f)); in _mesa_Translatex()