Home | History | Annotate | Download | only in libagl

Lines Matching refs:matrixf_t

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