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

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.c 183 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b ) function
211 * Joins both flags and marks the type and inverse as dirty. Calls matmul34()
219 matmul34( mat->m, mat->m, m );
231 * Joins both flags and marks the type and inverse as dirty. Calls matmul34()
243 matmul34( dest->m, a->m, b->m );
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 183 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b ) function
211 * Joins both flags and marks the type and inverse as dirty. Calls matmul34()
219 matmul34( mat->m, mat->m, m );
231 * Joins both flags and marks the type and inverse as dirty. Calls matmul34()
243 matmul34( dest->m, a->m, b->m );
    [all...]

Completed in 38 milliseconds