Home
last modified time | relevance | path

Searched refs:_math_matrix_set_identity (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/math/
Dm_matrix.h132 _math_matrix_set_identity( GLmatrix *dest );
Dm_matrix.c1049 _math_matrix_set_identity( GLmatrix *mat ) in _math_matrix_set_identity() function
/third_party/mesa3d/src/mesa/main/
Dmatrix.c452 _math_matrix_set_identity(stack->Top); in _mesa_load_identity_matrix()