• Home
  • Raw
  • Download

Lines Matching refs:GLfixed

67 _mesa_ClipPlanex(GLenum plane, const GLfixed *equation)  in _mesa_ClipPlanex()
89 _mesa_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in _mesa_Color4x()
105 _mesa_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) in _mesa_DrawTexxOES()
116 _mesa_DrawTexxvOES(const GLfixed *coords) in _mesa_DrawTexxvOES()
129 _mesa_Fogx(GLenum pname, GLfixed param) in _mesa_Fogx()
140 _mesa_Fogxv(GLenum pname, const GLfixed *params) in _mesa_Fogxv()
192 _mesa_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, in _mesa_Frustumx()
193 GLfixed zNear, GLfixed zFar) in _mesa_Frustumx()
216 _mesa_GetClipPlanex(GLenum plane, GLfixed *equation) in _mesa_GetClipPlanex()
223 equation[i] = (GLfixed) (converted_equation[i] * 65536); in _mesa_GetClipPlanex()
228 _mesa_GetLightxv(GLenum light, GLenum pname, GLfixed *params) in _mesa_GetLightxv()
269 _mesa_GetMaterialxv(GLenum face, GLenum pname, GLfixed *params) in _mesa_GetMaterialxv()
307 _mesa_GetTexEnvxv(GLenum target, GLenum pname, GLfixed *params) in _mesa_GetTexEnvxv()
404 params[i] = (GLfixed) converted_params[i]; in _mesa_GetTexEnvxv()
416 _mesa_GetTexGenxvOES(GLenum coord, GLenum pname, GLfixed *params) in _mesa_GetTexGenxvOES()
422 _mesa_GetTexParameterxv(GLenum target, GLenum pname, GLfixed *params) in _mesa_GetTexParameterxv()
464 params[i] = (GLfixed) converted_params[i]; in _mesa_GetTexParameterxv()
470 _mesa_LightModelx(GLenum pname, GLfixed param) in _mesa_LightModelx()
476 _mesa_LightModelxv(GLenum pname, const GLfixed *params) in _mesa_LightModelxv()
511 _mesa_Lightx(GLenum light, GLenum pname, GLfixed param) in _mesa_Lightx()
517 _mesa_Lightxv(GLenum light, GLenum pname, const GLfixed *params) in _mesa_Lightxv()
559 _mesa_LineWidthx(GLfixed width) in _mesa_LineWidthx()
565 _mesa_LoadMatrixx(const GLfixed *m) in _mesa_LoadMatrixx()
578 _mesa_Materialx(GLenum face, GLenum pname, GLfixed param) in _mesa_Materialx()
596 _mesa_Materialxv(GLenum face, GLenum pname, const GLfixed *params) in _mesa_Materialxv()
633 _mesa_MultMatrixx(const GLfixed *m) in _mesa_MultMatrixx()
646 _mesa_MultiTexCoord4x(GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in _mesa_MultiTexCoord4x()
656 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in _mesa_Normal3x()
676 _mesa_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, in _mesa_Orthox()
677 GLfixed zNear, GLfixed zFar) in _mesa_Orthox()
688 _mesa_PointParameterx(GLenum pname, GLfixed param) in _mesa_PointParameterx()
694 _mesa_PointParameterxv(GLenum pname, const GLfixed *params) in _mesa_PointParameterxv()
723 _mesa_PointSizex(GLfixed size) in _mesa_PointSizex()
729 _mesa_PolygonOffsetx(GLfixed factor, GLfixed units) in _mesa_PolygonOffsetx()
736 _mesa_Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in _mesa_Rotatex()
752 _mesa_Scalex(GLfixed x, GLfixed y, GLfixed z) in _mesa_Scalex()
760 _mesa_TexEnvx(GLenum target, GLenum pname, GLfixed param) in _mesa_TexEnvx()
805 _mesa_TexEnvxv(GLenum target, GLenum pname, const GLfixed *params) in _mesa_TexEnvxv()
873 _mesa_TexGenxOES(GLenum coord, GLenum pname, GLfixed param) in _mesa_TexGenxOES()
879 _mesa_TexGenxvOES(GLenum coord, GLenum pname, const GLfixed *params) in _mesa_TexGenxvOES()
885 _mesa_TexParameterx(GLenum target, GLenum pname, GLfixed param) in _mesa_TexParameterx()
895 _mesa_TexParameterxv(GLenum target, GLenum pname, const GLfixed *params) in _mesa_TexParameterxv()
950 _mesa_Translatex(GLfixed x, GLfixed y, GLfixed z) in _mesa_Translatex()