Searched refs:glFrustumfOES (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java946 // C function void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
948 public static native void glFrustumfOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h293 #define glFrustumfOES wrap_glFrustumfOES macro
H A Dgles_undefine.h292 #undef glFrustumfOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h420 GL_API void GL_APIENTRY glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3272 /* void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3276 glFrustumfOES(
4108 {"glFrustumfOES", "(FFFFFF)V", (void *) android_glFrustumfOES__FFFFFF },

Completed in 41 milliseconds