Searched refs:lhs (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/base/tools/localize/
H A DXLIFFFile.cpp442 compare_id(const TransUnit& lhs, const TransUnit& rhs) argument
446 StringResource::ParseTypedID(lhs.id, &lid, &lindex);
/frameworks/base/include/private/opengles/
H A Dgl_context.h391 const matrixf_t& lhs, const matrixf_t& rhs);
/frameworks/base/opengl/java/android/opengl/
H A DMatrix.java46 * matrix. In matrix notation: result = lhs x rhs. Due to the way
49 * the lhs matrix. This is the opposite of what you might expect.
51 * The same float array may be passed for result, lhs, and/or rhs. However,
53 * either the lhs or rhs elements.
58 * @param lhs The float array that holds the left-hand-side matrix.
59 * @param lhsOffset The offset into the lhs array where the lhs is stored
63 * @throws IllegalArgumentException if result, lhs, or rhs are null, or if
64 * resultOffset + 16 > result.length or lhsOffset + 16 > lhs.length or
68 float[] lhs, in
67 multiplyMM(float[] result, int resultOffset, float[] lhs, int lhsOffset, float[] rhs, int rhsOffset) argument
[all...]

Completed in 52 milliseconds

12