Searched defs:lhsMat (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java79 * The same float array may be passed for resultVec, lhsMat, and/or rhsVec.
81 * elements overlap either the lhsMat or rhsVec elements.
86 * @param lhsMat The float array that holds the left-hand-side matrix.
92 * @throws IllegalArgumentException if resultVec, lhsMat,
94 * or lhsMatOffset + 16 > lhsMat.length or
98 int resultVecOffset, float[] lhsMat, int lhsMatOffset,
97 multiplyMV(float[] resultVec, int resultVecOffset, float[] lhsMat, int lhsMatOffset, float[] rhsVec, int rhsVecOffset) argument

Completed in 194 milliseconds