Home | History | Annotate | Download | only in demos

Lines Matching refs:mat4x4_mul

758     mat4x4_mul(VP, demo->projection_matrix, demo->view_matrix);
764 mat4x4_mul(MVP, VP, demo->model_matrix);
1465 mat4x4_mul(VP, demo->projection_matrix, demo->view_matrix);
1466 mat4x4_mul(MVP, VP, demo->model_matrix);