Home
last modified time | relevance | path

Searched defs:glRotatex (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libagl/
Dmatrix.cpp1032 void glRotatex(GLfixed a, GLfixed x, GLfixed y, GLfixed z) in glRotatex() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java809 void glRotatex( in glRotatex() method
/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
DGLLogWrapper.java2279 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in GLLogWrapper
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h729 #define glRotatex wrap_glRotatex macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java887 public native void glRotatex( in glRotatex() method in GLImpl