Searched refs:gluPerspective (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 111 public static void gluPerspective(GL10 gl, float fovy, float aspect, in gluPerspective() method in GLU
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 502 static void gluPerspective(GLfloat fovy, GLfloat aspect, in gluPerspective() function 529 gluPerspective(45, (float)width / height, 0.5f, 150); in prepareFrame()
|
/frameworks/base/api/ |
D | system-current.txt | 22815 …method public static void gluPerspective(javax.microedition.khronos.opengles.GL10, float, float, f…
|
D | current.txt | 21235 …method public static void gluPerspective(javax.microedition.khronos.opengles.GL10, float, float, f…
|