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.h292 #define glFrustumfOES wrap_glFrustumfOES macro
H A Dgles_undefine.h292 #undef glFrustumfOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h847 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3273 /* void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
3277 glFrustumfOES(
4109 {"glFrustumfOES", "(FFFFFF)V", (void *) android_glFrustumfOES__FFFFFF },

Completed in 4629 milliseconds