Searched refs:matrix_init_ortho (Results 1 – 3 of 3) sorted by relevance
23 void matrix_init_ortho(GLfloat *m, float w, float h);
28 void matrix_init_ortho(GLfloat *m, float w, float h) { in matrix_init_ortho() function
96 matrix_init_ortho(mtx, w, h); in prepare()