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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java347 // C function void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
349 public static native void glFrustumxOES( method in class:GLES11Ext
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h295 #define glFrustumxOES wrap_glFrustumxOES macro
H A Dgles_undefine.h294 #undef glFrustumxOES macro
/frameworks/native/opengl/include/GLES/
H A Dglext.h218 GL_API void GL_APIENTRY glFrustumxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp1197 /* void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1201 glFrustumxOES(
4037 {"glFrustumxOES", "(IIIIII)V", (void *) android_glFrustumxOES__IIIIII },

Completed in 53 milliseconds