Home
last modified time | relevance | path

Searched refs:glRotatex (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt230 glRotatex;
Dentries_gles1.in244 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
Dentries.in793 GL_ENTRY(void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
/frameworks/libs/native_bridge_support/libGLESv1_CM/
Dstubs_arm64.cc247 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glRotatex);
527 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glRotatex); in init_stub_library()
Dstubs_arm.cc247 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glRotatex);
527 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glRotatex); in init_stub_library()
/frameworks/native/opengl/tests/angeles/
Ddemo.c584 glRotatex((GLfixed)((randomUInt() % 360) << 16), 0, 0, 1 << 16); in drawModels()
604 glRotatex(90 << 16, 0, 0, 1 << 16); in drawModels()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec84 void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java809 void glRotatex( in glRotatex() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.084 void glRotatex ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in364 void API_ENTRY(glRotatex)(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) {
365 CALL_GL_API(glRotatex, angle, x, y, z);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1062 public static native void glRotatex( in glRotatex() method in GLES10
DGLErrorWrapper.java676 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in GLErrorWrapper
678 mgl.glRotatex(angle, x, y, z); in glRotatex()
DGLLogWrapper.java2279 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in GLLogWrapper
2287 mgl.glRotatex(angle, x, y, z); in glRotatex()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h556 GLAPI void APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java890 public native void glRotatex( in glRotatex() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h526 GL_API void GL_APIENTRY glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2828 glRotatex( in android_glRotatex__IIII()
Dcom_google_android_gles_jni_GLImpl.cpp3515 glRotatex( in android_glRotatex__IIII()
/frameworks/base/core/api/
Dcurrent.txt27973 method public static void glRotatex(int, int, int, int);
57058 method public void glRotatex(int, int, int, int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18981 method public static void glRotatex(int, int, int, int);
51903 method public abstract void glRotatex(int, int, int, int);