Searched refs:glLoadMatrixf (Results 1 – 9 of 9) sorted by relevance
629 void glLoadMatrixf( in glLoadMatrixf() method634 void glLoadMatrixf( in glLoadMatrixf() method
797 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10804 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10
480 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in GLErrorWrapper482 mgl.glLoadMatrixf(m, offset); in glLoadMatrixf()486 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in GLErrorWrapper488 mgl.glLoadMatrixf(m); in glLoadMatrixf()
1936 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in GLLogWrapper1942 mgl.glLoadMatrixf(m, offset); in glLoadMatrixf()1946 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in GLLogWrapper1951 mgl.glLoadMatrixf(m); in glLoadMatrixf()
625 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl632 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl
1998 glLoadMatrixf( in android_glLoadMatrixf___3FI()2035 glLoadMatrixf( in android_glLoadMatrixf__Ljava_nio_FloatBuffer_2()
2665 glLoadMatrixf( in android_glLoadMatrixf___3FI()2702 glLoadMatrixf( in android_glLoadMatrixf__Ljava_nio_FloatBuffer_2()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
29788 method public static void glLoadMatrixf(float[], int);29789 method public static void glLoadMatrixf(java.nio.FloatBuffer);61056 method public void glLoadMatrixf(float[], int);61057 method public void glLoadMatrixf(java.nio.FloatBuffer);