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

/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java87 * @param lhsMatOffset The offset into the lhs array where the lhs is stored
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 1320 milliseconds