Lines Matching refs:GLfixed
73 _es_ClipPlanex(GLenum plane, const GLfixed *equation) in _es_ClipPlanex()
95 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in _es_Color4x()
111 _es_DrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed w, GLfixed h) in _es_DrawTexxOES()
122 _es_DrawTexxvOES(const GLfixed *coords) in _es_DrawTexxvOES()
135 _es_Fogx(GLenum pname, GLfixed param) in _es_Fogx()
146 _es_Fogxv(GLenum pname, const GLfixed *params) in _es_Fogxv()
198 _es_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, in _es_Frustumx()
199 GLfixed zNear, GLfixed zFar) in _es_Frustumx()
222 _es_GetClipPlanex(GLenum plane, GLfixed *equation) in _es_GetClipPlanex()
229 equation[i] = (GLfixed) (converted_equation[i] * 65536); in _es_GetClipPlanex()
234 _es_GetLightxv(GLenum light, GLenum pname, GLfixed *params) in _es_GetLightxv()
275 _es_GetMaterialxv(GLenum face, GLenum pname, GLfixed *params) in _es_GetMaterialxv()
313 _es_GetTexEnvxv(GLenum target, GLenum pname, GLfixed *params) in _es_GetTexEnvxv()
393 params[i] = (GLfixed) converted_params[i]; in _es_GetTexEnvxv()
405 _check_GetTexGenxvOES(GLenum coord, GLenum pname, GLfixed *params) in _check_GetTexGenxvOES()
411 _es_GetTexParameterxv(GLenum target, GLenum pname, GLfixed *params) in _es_GetTexParameterxv()
453 params[i] = (GLfixed) converted_params[i]; in _es_GetTexParameterxv()
459 _es_LightModelx(GLenum pname, GLfixed param) in _es_LightModelx()
465 _es_LightModelxv(GLenum pname, const GLfixed *params) in _es_LightModelxv()
500 _es_Lightx(GLenum light, GLenum pname, GLfixed param) in _es_Lightx()
506 _es_Lightxv(GLenum light, GLenum pname, const GLfixed *params) in _es_Lightxv()
548 _es_LineWidthx(GLfixed width) in _es_LineWidthx()
554 _es_LoadMatrixx(const GLfixed *m) in _es_LoadMatrixx()
567 _es_Materialx(GLenum face, GLenum pname, GLfixed param) in _es_Materialx()
585 _es_Materialxv(GLenum face, GLenum pname, const GLfixed *params) in _es_Materialxv()
622 _es_MultMatrixx(const GLfixed *m) in _es_MultMatrixx()
635 _es_MultiTexCoord4x(GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in _es_MultiTexCoord4x()
645 _es_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in _es_Normal3x()
665 _es_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, in _es_Orthox()
666 GLfixed zNear, GLfixed zFar) in _es_Orthox()
677 _es_PointParameterx(GLenum pname, GLfixed param) in _es_PointParameterx()
683 _es_PointParameterxv(GLenum pname, const GLfixed *params) in _es_PointParameterxv()
712 _es_PointSizex(GLfixed size) in _es_PointSizex()
718 _es_PolygonOffsetx(GLfixed factor, GLfixed units) in _es_PolygonOffsetx()
725 _es_Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in _es_Rotatex()
741 _es_Scalex(GLfixed x, GLfixed y, GLfixed z) in _es_Scalex()
749 _es_TexEnvx(GLenum target, GLenum pname, GLfixed param) in _es_TexEnvx()
794 _es_TexEnvxv(GLenum target, GLenum pname, const GLfixed *params) in _es_TexEnvxv()
862 _check_TexGenxOES(GLenum coord, GLenum pname, GLfixed param) in _check_TexGenxOES()
868 _check_TexGenxvOES(GLenum coord, GLenum pname, const GLfixed *params) in _check_TexGenxvOES()
874 _es_TexParameterx(GLenum target, GLenum pname, GLfixed param) in _es_TexParameterx()
884 _es_TexParameterxv(GLenum target, GLenum pname, const GLfixed *params) in _es_TexParameterxv()
939 _es_Translatex(GLfixed x, GLfixed y, GLfixed z) in _es_Translatex()