Home
last modified time | relevance | path

Searched refs:glRotatexOES (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc248 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glRotatexOES);
528 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glRotatexOES); in init_stub_library()
H A Dstubs_arm.cc248 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 DlibGLESv1_CM.map.txt231 glRotatexOES;
H A Dentries_gles1.in245 GL_ENTRY(void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
H A Dentries.in794 GL_ENTRY(void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec45 void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java626 public static native void glRotatexOES( in glRotatexOES() method in GLES11Ext
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dglext_api.in124 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 Dglext.h238 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/aosp12/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2271 glRotatexOES( in android_glRotatexOES__IIII()
/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.txt28600 method public static void glRotatexOES(int, int, int, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt19548 method public static void glRotatexOES(int, int, int, int);