Searched refs:_math_matrix_scale (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/math/ |
D | m_matrix.h | 107 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
|
D | m_matrix.c | 977 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ) in _math_matrix_scale() function
|
/third_party/mesa3d/src/mesa/main/ |
D | matrix.c | 685 _math_matrix_scale( ctx->CurrentStack->Top, x, y, z); in _mesa_Scalef() 701 _math_matrix_scale(stack->Top, x, y, z); in _mesa_MatrixScalefEXT()
|