OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invertm
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/java/android/opengl/
GLU.java
224
if (!Matrix.
invertM
(scratch, INVPM_OFFSET, scratch, PM_OFFSET)) {
Matrix.java
128
public static boolean
invertM
(float[] mInv, int mInvOffset, float[] m,
Completed in 123 milliseconds