Lines Matching refs:matrixf_t
236 void matrixx_t::load(const matrixf_t& rhs) { in load()
249 #pragma mark matrixf_t
252 void matrixf_t::multiply(matrixf_t& r, const matrixf_t& lhs, const matrixf_t& rhs) in multiply()
275 void matrixf_t::dump(const char* what) { in dump()
283 void matrixf_t::loadIdentity() { in loadIdentity()
287 void matrixf_t::set(const GLfixed* rhs) { in set()
291 void matrixf_t::set(const GLfloat* rhs) { in set()
295 void matrixf_t::load(const GLfixed* rhs) { in load()
303 void matrixf_t::load(const GLfloat* rhs) { in load()
307 void matrixf_t::load(const matrixf_t& rhs) { in load()
311 void matrixf_t::multiply(const matrixf_t& rhs) { in multiply()
312 matrixf_t r; in multiply()
317 void matrixf_t::translate(GLfloat x, GLfloat y, GLfloat z) { in translate()
323 void matrixf_t::scale(GLfloat x, GLfloat y, GLfloat z) { in scale()
331 void matrixf_t::rotate(GLfloat a, GLfloat x, GLfloat y, GLfloat z) in rotate()
333 matrixf_t rotation; in rotate()
387 stack = new matrixf_t[depth]; in init()
419 void matrix_stack_t::multiply(const matrixf_t& rhs) in multiply()
508 matrixf_t temp_mvp; in update_mvp()
509 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top()); in update_mvp()
518 matrixf_t mvpv; in update_mvp()
519 matrixf_t::multiply(mvpv, vpt.matrix, temp_mvp); in update_mvp()
846 matrixf_t rhs; in frustumf()
885 matrixf_t rhs; in orthof()
957 matrixf_t rhs; in glMultMatrixf()
966 matrixf_t rhs; in glMultMatrixx()