Home
last modified time | relevance | path

Searched refs:glMultMatrixx (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java702 void glMultMatrixx( in glMultMatrixx() method
707 void glMultMatrixx( in glMultMatrixx() method
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java898 public static native void glMultMatrixx( in glMultMatrixx() method in GLES10
905 public static native void glMultMatrixx( in glMultMatrixx() method in GLES10
H A DGLErrorWrapper.java564 public void glMultMatrixx(int[] m, int offset) { in glMultMatrixx() method in GLErrorWrapper
566 mgl.glMultMatrixx(m, offset); in glMultMatrixx()
570 public void glMultMatrixx(IntBuffer m) { in glMultMatrixx() method in GLErrorWrapper
572 mgl.glMultMatrixx(m); in glMultMatrixx()
H A DGLLogWrapper.java2079 public void glMultMatrixx(int[] m, int offset) { in glMultMatrixx() method in GLLogWrapper
2085 mgl.glMultMatrixx(m, offset); in glMultMatrixx()
2089 public void glMultMatrixx(IntBuffer m) { in glMultMatrixx() method in GLLogWrapper
2094 mgl.glMultMatrixx(m); in glMultMatrixx()
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc209 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMultMatrixx);
489 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMultMatrixx); in init_stub_library()
H A Dstubs_arm.cc209 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glMultMatrixx);
489 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glMultMatrixx); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv1_CM.map.txt192 glMultMatrixx;
H A Dentries_gles1.in202 GL_ENTRY(void, glMultMatrixx, const GLfixed *m)
H A Dentries.in603 GL_ENTRY(void, glMultMatrixx, const GLfixed *m)
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java726 public native void glMultMatrixx( in glMultMatrixx() method in GLImpl
733 public native void glMultMatrixx( in glMultMatrixx() method in GLImpl
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec67 void glMultMatrixx ( const GLfixed *m )
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dgl_api.in325 void API_ENTRY(glMultMatrixx)(const GLfixed *m) {
326 CALL_GL_API(glMultMatrixx, m);
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A Dglspec-1.067 void glMultMatrixx ( const GLfixed *m )
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h539 GLAPI void APIENTRY glMultMatrixx (const GLfixed *m);
/aosp12/frameworks/native/opengl/tests/angeles/
H A Ddemo.c692 glMultMatrixx(fixedM); in gluLookAt()
/aosp12/frameworks/native/opengl/include/GLES/
H A Dgl.h513 GL_API void GL_APIENTRY glMultMatrixx (const GLfixed *m);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2552 glMultMatrixx( in android_glMultMatrixx___3II()
2589 glMultMatrixx( in android_glMultMatrixx__Ljava_nio_IntBuffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp3239 glMultMatrixx( in android_glMultMatrixx___3II()
3276 glMultMatrixx( in android_glMultMatrixx__Ljava_nio_IntBuffer_2()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt28015 method public static void glMultMatrixx(int[], int);
28016 method public static void glMultMatrixx(java.nio.IntBuffer);
57138 method public void glMultMatrixx(int[], int);
57139 method public void glMultMatrixx(java.nio.IntBuffer);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt18963 method public static void glMultMatrixx(int[], int);
18964 method public static void glMultMatrixx(java.nio.IntBuffer);
51885 method public abstract void glMultMatrixx(int[], int);
51886 method public abstract void glMultMatrixx(java.nio.IntBuffer);