Searched refs:mulM44 (Results 1 – 3 of 3) sorted by relevance
153 void mulM44(float m44[], const float lhs44[], const float rhs44[]);
675 abc3d::mulM44(projectionMatrix44, pvMatrix44, workaroundMatrix44); in drawScene()682 abc3d::mulM44(pvMatrix44, projectionMatrix44, viewMatrix44); in drawScene()
501 void mulM44(float m44[], const float lhs44[], const float rhs44[]) { in mulM44() function