Searched defs:rhsVec (Results 1 - 1 of 1) sorted by last modified time

/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.
88 * @param rhsVec The float array that holds the right-hand-side vector.
93 * or rhsVec are null, or if resultVecOffset + 4 > resultVec.length
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 57 milliseconds