Home
last modified time | relevance | path

Searched refs:mat4x4_rotate_Z (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/glfw/examples/
Dsimple.c145 mat4x4_rotate_Z(m, m, (float) glfwGetTime()); in main()
/third_party/flutter/glfw/deps/
Dlinmath.h247 static inline void mat4x4_rotate_Z(mat4x4 Q, mat4x4 M, float angle) in mat4x4_rotate_Z() function