Searched defs:glRotatex (Results 1 - 3 of 3) sorted by relevance
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
H A D | importgl.h | 101 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 D | MatrixStack.java | 132 public void glRotatex(int angle, int x, int y, int z) { method in class:MatrixStack
|
H A D | MatrixTrackingGL.java | 547 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