Searched defs:glFrustumf (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/opengl/libagl/ |
H A D | matrix.cpp | 994 void glFrustumf( function
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLErrorWrapper.java | 333 public void glFrustumf(float left, float right, float bottom, float top, method in class:GLErrorWrapper 336 mgl.glFrustumf(left, right, bottom, top, near, far);
|
H A D | GLES10.java | 615 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) 617 public static native void glFrustumf( method in class:GLES10
|
H A D | GLLogWrapper.java | 1666 public void glFrustumf(float left, float right, float bottom, float top, method in class:GLLogWrapper 1668 begin("glFrustumf"); 1677 mgl.glFrustumf(left, right, bottom, top, near, far);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 428 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) 430 public native void glFrustumf( method in class:GLImpl
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 496 void glFrustumf( method in interface:GL10
|
Completed in 79 milliseconds