Searched defs:glRotatex (Results 1 - 3 of 3) sorted by relevance

/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dimportgl.h101 FNDEF(void, glRotatex, (GLfixed angle, GLfixed x, GLfixed y, GLfixed z));
153 #define glRotatex FNPTR(glRotatex) macro
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixStack.java132 public void glRotatex(int angle, int x, int y, int z) { method in class:MatrixStack
H A DMatrixTrackingGL.java547 public void glRotatex(int angle, int x, int y, int z) { method in class:MatrixTrackingGL
548 mCurrent.glRotatex(angle, x, y, z);
549 mgl.glRotatex(angle, x, y, z);

Completed in 8 milliseconds