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

  /external/mesa3d/src/mesa/math/
m_matrix.h 129 _math_matrix_set_identity( GLmatrix *dest );
m_matrix.c 1136 _math_matrix_set_identity( GLmatrix *mat ) function
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c 338 _math_matrix_set_identity( &rmesa->TexGenMatrix[i] );
339 _math_matrix_set_identity( &rmesa->tmpmat[i] );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 375 _math_matrix_set_identity( &rmesa->TexGenMatrix[i] );
378 _math_matrix_set_identity( &rmesa->tmpmat );
  /external/mesa3d/src/mesa/main/
matrix.c 314 * Flushes the vertices and calls _math_matrix_set_identity() with the
327 _math_matrix_set_identity( ctx->CurrentStack->Top );

Completed in 69 milliseconds