Searched refs:_math_matrix_scale (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_matrix.h | 110 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
|
| H A D | m_matrix.c | 1066 _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 D | m_matrix.h | 107 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
|
| H A D | m_matrix.c | 977 _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 D | matrix.c | 433 * 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 D | matrix.c | 675 * 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