Searched refs:_math_matrix_translate (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/math/ |
H A D | m_matrix.h | 100 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
|
H A D | m_matrix.c | 1007 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ) in _math_matrix_translate() function
|
/third_party/mesa3d/src/mesa/main/ |
H A D | matrix.c | 716 * Flushes the vertices and calls _math_matrix_translate() with the top-most 726 _math_matrix_translate( ctx->CurrentStack->Top, x, y, z); in _mesa_Translatef() 741 _math_matrix_translate(stack->Top, x, y, z); in _mesa_MatrixTranslatefEXT()
|
Completed in 4 milliseconds