Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
Dm_matrix.h135 _math_matrix_copy( GLmatrix *to, const GLmatrix *from );
Dm_matrix.c1353 _math_matrix_copy( GLmatrix *to, const GLmatrix *from ) in _math_matrix_copy() function
1378 _math_matrix_copy(to, from); in _math_matrix_push_copy()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1882 _math_matrix_copy( &rmesa->tmpmat[unit], in update_texturematrix()
1887 _math_matrix_copy( &rmesa->tmpmat[unit], &rmesa->TexGenMatrix[unit] ); in update_texturematrix()