Searched defs:glFrustumx (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp1003 void glFrustumx( function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java340 public void glFrustumx(int left, int right, int bottom, int top, int near, method in class:GLErrorWrapper
343 mgl.glFrustumx(left, right, bottom, top, near, far);
H A DGLES10.java626 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
628 public static native void glFrustumx( method in class:GLES10
H A DGLLogWrapper.java1681 public void glFrustumx(int left, int right, int bottom, int top, int near, method in class:GLLogWrapper
1683 begin("glFrustumx");
1692 mgl.glFrustumx(left, right, bottom, top, near, far);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java440 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
442 public native void glFrustumx( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java505 void glFrustumx( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h293 #define glFrustumx wrap_glFrustumx macro
H A Dgles_undefine.h293 #undef glFrustumx macro

Completed in 166 milliseconds