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

  /frameworks/native/opengl/libagl/
matrix.h 316 static inline GLfixed mla3( GLfixed a0, GLfixed b0, function in namespace:android
392 return mla3(a[0], b[0], a[1], b[1], a[2], b[2]);
matrix.cpp 765 lhs->x = mla3(rx, m[ 0], ry, m[ 4], rz, m[ 8]);
766 lhs->y = mla3(rx, m[ 1], ry, m[ 5], rz, m[ 9]);
767 lhs->z = mla3(rx, m[ 2], ry, m[ 6], rz, m[10]);

Completed in 31 milliseconds