Home | History | Annotate | Download | only in libagl

Lines Matching refs:matrixf_t

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