Lines Matching refs:matrixf_t
235 void matrixx_t::load(const matrixf_t& rhs) { in load()
248 #pragma mark matrixf_t
251 void matrixf_t::multiply(matrixf_t& r, const matrixf_t& lhs, const matrixf_t& rhs) in multiply()
274 void matrixf_t::dump(const char* what) { in dump()
282 void matrixf_t::loadIdentity() { in loadIdentity()
286 void matrixf_t::set(const GLfixed* rhs) { in set()
290 void matrixf_t::set(const GLfloat* rhs) { in set()
294 void matrixf_t::load(const GLfixed* rhs) { in load()
302 void matrixf_t::load(const GLfloat* rhs) { in load()
306 void matrixf_t::load(const matrixf_t& rhs) { in load()
310 void matrixf_t::multiply(const matrixf_t& rhs) { in multiply()
311 matrixf_t r; in multiply()
316 void matrixf_t::translate(GLfloat x, GLfloat y, GLfloat z) { in translate()
322 void matrixf_t::scale(GLfloat x, GLfloat y, GLfloat z) { in scale()
330 void matrixf_t::rotate(GLfloat a, GLfloat x, GLfloat y, GLfloat z) in rotate()
332 matrixf_t rotation; in rotate()
386 stack = new matrixf_t[depth]; in init()
418 void matrix_stack_t::multiply(const matrixf_t& rhs) in multiply()
507 matrixf_t temp_mvp; in update_mvp()
508 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top()); in update_mvp()
517 matrixf_t mvpv; in update_mvp()
518 matrixf_t::multiply(mvpv, vpt.matrix, temp_mvp); in update_mvp()
835 matrixf_t rhs; in frustumf()
874 matrixf_t rhs; in orthof()
946 matrixf_t rhs; in glMultMatrixf()
955 matrixf_t rhs; in glMultMatrixx()