Searched refs:_math_matrix_scale (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.h110 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
H A Dm_matrix.c1066 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.h107 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
H A Dm_matrix.c977 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmatrix.c433 * Flushes the vertices and calls _math_matrix_scale() with the top-most
443 _math_matrix_scale( ctx->CurrentStack->Top, x, y, z);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmatrix.c675 * Flushes the vertices and calls _math_matrix_scale() with the top-most
685 _math_matrix_scale( ctx->CurrentStack->Top, x, y, z);
701 _math_matrix_scale(stack->Top, x, y, z);

Completed in 9 milliseconds