Searched refs:mat4x4_translate (Results 1 - 3 of 3) sorted by relevance
/third_party/glfw/tests/ |
H A D | msaa.c | 196 mat4x4_translate(m, -1.f, 0.f, 0.f); in main() 204 mat4x4_translate(m, 1.f, 0.f, 0.f); in main()
|
H A D | tearing.c | 226 mat4x4_translate(m, position, 0.f, 0.f); in main()
|
/third_party/glfw/deps/ |
H A D | linmath.h | 189 LINMATH_H_FUNC void mat4x4_translate(mat4x4 T, float x, float y, float z) in mat4x4_translate() function
|
Completed in 2 milliseconds