Home | History | Annotate | Download | only in libagl

Lines Matching defs:load

135         vpt.transform.matrix.load(vpt.matrix);
236 void matrixx_t::load(const matrixf_t& rhs) {
288 load(rhs);
292 load(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) {
406 void matrix_stack_t::load(const GLfixed* rhs)
409 stack[depth].load(rhs);
413 void matrix_stack_t::load(const GLfloat* rhs)
415 stack[depth].load(rhs);
450 transform.matrix.load(top());
510 mvp4.matrix.load(temp_mvp);
520 mvp.matrix.load(mvpv);
942 c->transforms.current->load(m);
949 c->transforms.current->load(m); // also loads the GLfixed transform