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

/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java89 * @param rhsVecOffset The offset into the rhs vector where the rhs vector
95 * rhsVecOffset + 4 > rhsVec.length.
99 float[] rhsVec, int rhsVecOffset);
97 multiplyMV(float[] resultVec, int resultVecOffset, float[] lhsMat, int lhsMatOffset, float[] rhsVec, int rhsVecOffset) argument

Completed in 71 milliseconds