Lines Matching refs:GLfloat
54 _mesa_ClipPlanef(GLenum plane, const GLfloat *equation) in _mesa_ClipPlanef()
82 _es_Color4f((GLfloat) (red / 255.0f), in _es_Color4ub()
83 (GLfloat) (green / 255.0f), in _es_Color4ub()
84 (GLfloat) (blue / 255.0f), in _es_Color4ub()
85 (GLfloat) (alpha / 255.0f)); in _es_Color4ub()
91 _es_Color4f((GLfloat) (red / 65536.0f), in _mesa_Color4x()
92 (GLfloat) (green / 65536.0f), in _mesa_Color4x()
93 (GLfloat) (blue / 65536.0f), in _mesa_Color4x()
94 (GLfloat) (alpha / 65536.0f)); in _mesa_Color4x()
108 _mesa_DrawTexfOES((GLfloat) (x / 65536.0f), in _mesa_DrawTexxOES()
109 (GLfloat) (y / 65536.0f), in _mesa_DrawTexxOES()
110 (GLfloat) (z / 65536.0f), in _mesa_DrawTexxOES()
111 (GLfloat) (w / 65536.0f), in _mesa_DrawTexxOES()
112 (GLfloat) (h / 65536.0f)); in _mesa_DrawTexxOES()
119 GLfloat converted_coords[5]; in _mesa_DrawTexxvOES()
122 converted_coords[i] = (GLfloat) (coords[i] / 65536.0f); in _mesa_DrawTexxvOES()
132 _mesa_Fogf(pname, (GLfloat) (param / 65536.0f)); in _mesa_Fogx()
134 _mesa_Fogf(pname, (GLfloat) param); in _mesa_Fogx()
144 GLfloat converted_params[4]; in _mesa_Fogxv()
168 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_Fogxv()
172 converted_params[i] = (GLfloat) params[i]; in _mesa_Fogxv()
180 _mesa_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, in _mesa_Frustumf()
181 GLfloat zNear, GLfloat zFar) in _mesa_Frustumf()
204 _mesa_GetClipPlanef(GLenum plane, GLfloat *equation) in _mesa_GetClipPlanef()
211 equation[i] = (GLfloat) (converted_equation[i]); in _mesa_GetClipPlanef()
232 GLfloat converted_params[4]; in _mesa_GetLightxv()
273 GLfloat converted_params[4]; in _mesa_GetMaterialxv()
311 GLfloat converted_params[4]; in _mesa_GetTexEnvxv()
426 GLfloat converted_params[4]; in _mesa_GetTexParameterxv()
472 _mesa_LightModelf(pname, (GLfloat) param); in _mesa_LightModelx()
480 GLfloat converted_params[4]; in _mesa_LightModelxv()
499 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_LightModelxv()
503 converted_params[i] = (GLfloat) params[i]; in _mesa_LightModelxv()
513 _mesa_Lightf(light, pname, (GLfloat) (param / 65536.0f)); in _mesa_Lightx()
521 GLfloat converted_params[4]; in _mesa_Lightxv()
552 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_Lightxv()
561 _mesa_LineWidth((GLfloat) (width / 65536.0f)); in _mesa_LineWidthx()
568 GLfloat converted_m[16]; in _mesa_LoadMatrixx()
571 converted_m[i] = (GLfloat) (m[i] / 65536.0f); in _mesa_LoadMatrixx()
592 _es_Materialf(face, pname, (GLfloat) (param / 65536.0f)); in _mesa_Materialx()
600 GLfloat converted_params[4]; in _mesa_Materialxv()
626 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_Materialxv()
636 GLfloat converted_m[16]; in _mesa_MultMatrixx()
639 converted_m[i] = (GLfloat) (m[i] / 65536.0f); in _mesa_MultMatrixx()
649 (GLfloat) (s / 65536.0f), in _mesa_MultiTexCoord4x()
650 (GLfloat) (t / 65536.0f), in _mesa_MultiTexCoord4x()
651 (GLfloat) (r / 65536.0f), in _mesa_MultiTexCoord4x()
652 (GLfloat) (q / 65536.0f)); in _mesa_MultiTexCoord4x()
658 _es_Normal3f((GLfloat) (nx / 65536.0f), in _mesa_Normal3x()
659 (GLfloat) (ny / 65536.0f), in _mesa_Normal3x()
660 (GLfloat) (nz / 65536.0f)); in _mesa_Normal3x()
664 _mesa_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, in _mesa_Orthof()
665 GLfloat zNear, GLfloat zFar) in _mesa_Orthof()
690 _mesa_PointParameterf(pname, (GLfloat) (param / 65536.0f)); in _mesa_PointParameterx()
698 GLfloat converted_params[3]; in _mesa_PointParameterxv()
716 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_PointParameterxv()
725 _mesa_PointSize((GLfloat) (size / 65536.0f)); in _mesa_PointSizex()
731 _mesa_PolygonOffset((GLfloat) (factor / 65536.0f), in _mesa_PolygonOffsetx()
732 (GLfloat) (units / 65536.0f)); in _mesa_PolygonOffsetx()
738 _mesa_Rotatef((GLfloat) (angle / 65536.0f), in _mesa_Rotatex()
739 (GLfloat) (x / 65536.0f), in _mesa_Rotatex()
740 (GLfloat) (y / 65536.0f), in _mesa_Rotatex()
741 (GLfloat) (z / 65536.0f)); in _mesa_Rotatex()
754 _mesa_Scalef((GLfloat) (x / 65536.0f), in _mesa_Scalex()
755 (GLfloat) (y / 65536.0f), in _mesa_Scalex()
756 (GLfloat) (z / 65536.0f)); in _mesa_Scalex()
790 _mesa_TexEnvf(target, pname, (GLfloat) param); in _mesa_TexEnvx()
795 _mesa_TexEnvf(target, pname, (GLfloat) (param / 65536.0f)); in _mesa_TexEnvx()
835 _mesa_TexEnvf(target, pname, (GLfloat) params[0]); in _mesa_TexEnvxv()
840 _mesa_TexEnvf(target, pname, (GLfloat) (params[0] / 65536.0f)); in _mesa_TexEnvxv()
844 GLfloat converted_params[4]; in _mesa_TexEnvxv()
847 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_TexEnvxv()
863 _es_TexGenf(coord, pname, (GLfloat) param); in _check_TexGeniOES()
869 _es_TexGenf(coord, pname, (GLfloat) params[0]); in _check_TexGenivOES()
875 _es_TexGenf(coord, pname, (GLfloat) param); in _mesa_TexGenxOES()
881 _es_TexGenf(coord, pname, (GLfloat) params[0]); in _mesa_TexGenxvOES()
888 _mesa_TexParameterf(target, pname, (GLfloat) (param / 65536.0f)); in _mesa_TexParameterx()
890 _mesa_TexParameterf(target, pname, (GLfloat) param); in _mesa_TexParameterx()
899 GLfloat converted_params[4]; in _mesa_TexParameterxv()
938 converted_params[i] = (GLfloat) (params[i] / 65536.0f); in _mesa_TexParameterxv()
942 converted_params[i] = (GLfloat) params[i]; in _mesa_TexParameterxv()
952 _mesa_Translatef((GLfloat) (x / 65536.0f), in _mesa_Translatex()
953 (GLfloat) (y / 65536.0f), in _mesa_Translatex()
954 (GLfloat) (z / 65536.0f)); in _mesa_Translatex()