Searched refs:glRotatexOES (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec45 void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java624 // C function void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z )
626 public static native void glRotatexOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h729 #define glRotatexOES wrap_glRotatexOES macro
H A Dgles_undefine.h729 #undef glRotatexOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h698 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2300 /* void glRotatexOES ( GLfixed angle, GLfixed x, GLfixed y, GLfixed z ) */
2304 glRotatexOES(
4073 {"glRotatexOES", "(IIII)V", (void *) android_glRotatexOES__IIII },

Completed in 3435 milliseconds