Lines Matching refs:GLfixed
183 int notZero(GLfixed v) { in notZero()
188 int notOne(GLfixed v) { in notOne()
194 const GLfixed* const m = matrix.m; in picker()
219 GLfixed const * const m = matrix.m; in dump()
237 GLfixed* xp = m; in load()
287 void matrixf_t::set(const GLfixed* rhs) { in set()
295 void matrixf_t::load(const GLfixed* rhs) { in load()
406 void matrix_stack_t::load(const GLfixed* rhs) in load()
592 GLfixed* const x = mvit4.matrix.m; in update_mvit()
617 GLfixed* const x = mvui.matrix.m; in update_mvui()
725 const GLfixed* const m = mx->matrix.m; in point2__generic()
726 const GLfixed rx = rhs->x; in point2__generic()
727 const GLfixed ry = rhs->y; in point2__generic()
735 const GLfixed* const m = mx->matrix.m; in point3__generic()
736 const GLfixed rx = rhs->x; in point3__generic()
737 const GLfixed ry = rhs->y; in point3__generic()
738 const GLfixed rz = rhs->z; in point3__generic()
746 const GLfixed* const m = mx->matrix.m; in point4__generic()
747 const GLfixed rx = rhs->x; in point4__generic()
748 const GLfixed ry = rhs->y; in point4__generic()
749 const GLfixed rz = rhs->z; in point4__generic()
750 const GLfixed rw = rhs->w; in point4__generic()
761 const GLfixed* const m = mx->matrix.m; in point3__mvui()
762 const GLfixed rx = rhs->x; in point3__mvui()
763 const GLfixed ry = rhs->y; in point3__mvui()
764 const GLfixed rz = rhs->z; in point3__mvui()
775 const GLfixed* const m = mx->matrix.m; in point4__mvui()
776 const GLfixed rx = rhs->x; in point4__mvui()
777 const GLfixed ry = rhs->y; in point4__mvui()
778 const GLfixed rz = rhs->z; in point4__mvui()
779 const GLfixed rw = rhs->w; in point4__mvui()
946 void glLoadMatrixx(const GLfixed* m) in glLoadMatrixx()
963 void glMultMatrixx(const GLfixed* m) in glMultMatrixx()
1004 GLfixed left, GLfixed right, in glFrustumx()
1005 GLfixed bottom, GLfixed top, in glFrustumx()
1006 GLfixed zNear, GLfixed zFar) in glFrustumx()
1025 GLfixed left, GLfixed right, in glOrthox()
1026 GLfixed bottom, GLfixed top, in glOrthox()
1027 GLfixed zNear, GLfixed zFar) in glOrthox()
1043 void glRotatex(GLfixed a, GLfixed x, GLfixed y, GLfixed z) in glRotatex()
1059 void glScalex(GLfixed x, GLfixed y, GLfixed z) in glScalex()
1074 void glTranslatex(GLfixed x, GLfixed y, GLfixed z) in glTranslatex()
1106 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx()
1120 GLbitfield glQueryMatrixxOES(GLfixed* m, GLint* e) in glQueryMatrixxOES()