Searched refs:mat4x4_perspective (Results 1 – 3 of 3) sorted by relevance
363 static inline void mat4x4_perspective(mat4x4 m, float y_fov, float aspect, in mat4x4_perspective() function
687 mat4x4_perspective(projection_matrix, (float)degreesToRadians(45.0f), in init()
3293 mat4x4_perspective(demo->projection_matrix, (float)degreesToRadians(45.0f), in demo_init()