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

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 163 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) function
212 * if both matrices are 3D, or matmul4() otherwise.
221 matmul4( mat->m, mat->m, m );
232 * if both matrices are 3D, or matmul4() otherwise.
245 matmul4( dest->m, a->m, b->m );
255 * Calls matmul4() for the multiplication.
265 matmul4( dest->m, dest->m, m );
304 matmul4(prod, m->m, m->inv);
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 163 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) function
212 * if both matrices are 3D, or matmul4() otherwise.
221 matmul4( mat->m, mat->m, m );
232 * if both matrices are 3D, or matmul4() otherwise.
245 matmul4( dest->m, a->m, b->m );
255 * Calls matmul4() for the multiplication.
265 matmul4( dest->m, dest->m, m );
304 matmul4(prod, m->m, m->inv);
    [all...]

Completed in 47 milliseconds