Searched refs:glLoadMatrixxOES (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java509 // C function void glLoadMatrixxOES ( const GLfixed *m )
511 public static native void glLoadMatrixxOES( method in class:GLES11Ext
516 // C function void glLoadMatrixxOES ( const GLfixed *m )
518 public static native void glLoadMatrixxOES( method in class:GLES11Ext
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec34 void glLoadMatrixxOES ( const GLfixed *m )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h530 #define glLoadMatrixxOES wrap_glLoadMatrixxOES macro
H A Dgles_undefine.h530 #undef glLoadMatrixxOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h687 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1904 /* void glLoadMatrixxOES ( const GLfixed *m ) */
1932 glLoadMatrixxOES(
1946 /* void glLoadMatrixxOES ( const GLfixed *m ) */
1969 glLoadMatrixxOES(
4058 {"glLoadMatrixxOES", "([II)V", (void *) android_glLoadMatrixxOES___3II },
4059 {"glLoadMatrixxOES", "(Ljava/nio/IntBuffer;)V", (void *) android_glLoadMatrixxOES__Ljava_nio_IntBuffer_2 },

Completed in 86 milliseconds