Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_matrix.h132 _math_matrix_copy( GLmatrix *to, const GLmatrix *from );
Dm_matrix.c1437 _math_matrix_copy( GLmatrix *to, const GLmatrix *from ) in _math_matrix_copy() function
/external/mesa3d/src/mesa/main/
Dmatrix.c263 _math_matrix_copy( &stack->Stack[stack->Depth + 1], in _mesa_PushMatrix()
Dcontext.c1303 _math_matrix_copy(&dst->Viewport._WindowMap, &src->Viewport._WindowMap); in _mesa_copy_context()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1953 _math_matrix_copy( &rmesa->tmpmat[unit], in update_texturematrix()
1958 _math_matrix_copy( &rmesa->tmpmat[unit], &rmesa->TexGenMatrix[unit] ); in update_texturematrix()