Home
last modified time | relevance | path

Searched refs:glFrustumfOES (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt106 glFrustumfOES;
Dentries.in300 GL_ENTRY(void, glFrustumfOES, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLflo…
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java948 public static native void glFrustumfOES( in glFrustumfOES() method in GLES11Ext
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in247 void API_ENTRY(glFrustumfOES)(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) {
248 CALL_GL_API(glFrustumfOES, l, r, b, t, n, f);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h293 #define glFrustumfOES wrap_glFrustumfOES macro
Dgles_undefine.h292 #undef glFrustumfOES
/frameworks/native/opengl/include/GLES/
Dglext.h420 GL_API void GL_APIENTRY glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLflo…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3276 glFrustumfOES( in android_glFrustumfOES__FFFFFF()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19489 method public static void glFrustumfOES(float, float, float, float, float, float);
/frameworks/base/config/
Dhiddenapi-public-dex.txt28376 Landroid/opengl/GLES11Ext;->glFrustumfOES(FFFFFF)V
/frameworks/base/api/
Dcurrent.txt29916 method public static void glFrustumfOES(float, float, float, float, float, float);