HomeSort by relevance Sort by last modified time
    Searched refs:_math_matrix_translate (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/math/
m_matrix.h 103 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
m_matrix.c 1094 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ) function
    [all...]
  /external/mesa3d/src/mesa/main/
matrix.c 449 * Flushes the vertices and calls _math_matrix_translate() with the top-most
458 _math_matrix_translate( ctx->CurrentStack->Top, x, y, z);

Completed in 101 milliseconds