Searched refs:glRotatexOES (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 248 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glRotatexOES); 528 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glRotatexOES); in init_stub_library()
|
H A D | stubs_arm.cc | 248 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glRotatexOES); 528 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glRotatexOES); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv1_CM.map.txt | 231 glRotatexOES;
|
H A D | entries_gles1.in | 245 GL_ENTRY(void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|
H A D | entries.in | 794 GL_ENTRY(void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES11Ext.spec | 45 void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES11Ext.java | 626 public static native void glRotatexOES( in glRotatexOES() method in GLES11Ext
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | glext_api.in | 124 void API_ENTRY(glRotatexOES)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) { 125 CALL_GL_API(glRotatexOES, angle, x, y, z);
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | glext.h | 238 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES11Ext.cpp | 2271 glRotatexOES( in android_glRotatexOES__IIII()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 28600 method public static void glRotatexOES(int, int, int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 19548 method public static void glRotatexOES(int, int, int, int);
|