Searched refs:glRotatex (Results 1 – 2 of 2) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixStack.java | 132 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in MatrixStack
|
D | MatrixTrackingGL.java | 547 public void glRotatex(int angle, int x, int y, int z) { in glRotatex() method in MatrixTrackingGL 548 mCurrent.glRotatex(angle, x, y, z); in glRotatex() 549 mgl.glRotatex(angle, x, y, z); in glRotatex()
|