Home
last modified time | relevance | path

Searched refs:glLoadMatrixxOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java511 public static native void glLoadMatrixxOES( in glLoadMatrixxOES() method in GLES11Ext
518 public static native void glLoadMatrixxOES( in glLoadMatrixxOES() method in GLES11Ext
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt178 glLoadMatrixxOES;
Dentries.in553 GL_ENTRY(void, glLoadMatrixxOES, const GLfixed *m)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec34 void glLoadMatrixxOES ( const GLfixed *m )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in94 void API_ENTRY(glLoadMatrixxOES)(const GLfixed *m) {
95 CALL_GL_API(glLoadMatrixxOES, m);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h531 #define glLoadMatrixxOES wrap_glLoadMatrixxOES macro
Dgles_undefine.h530 #undef glLoadMatrixxOES
/frameworks/native/opengl/include/GLES/
Dglext.h228 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp1931 glLoadMatrixxOES( in android_glLoadMatrixxOES___3II()
1968 glLoadMatrixxOES( in android_glLoadMatrixxOES__Ljava_nio_IntBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19529 method public static void glLoadMatrixxOES(int[], int);
19530 method public static void glLoadMatrixxOES(java.nio.IntBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28416 Landroid/opengl/GLES11Ext;->glLoadMatrixxOES(Ljava/nio/IntBuffer;)V
28417 Landroid/opengl/GLES11Ext;->glLoadMatrixxOES([II)V
/frameworks/base/api/
Dcurrent.txt29956 method public static void glLoadMatrixxOES(int[], int);
29957 method public static void glLoadMatrixxOES(java.nio.IntBuffer);