Searched refs:glFrustumfOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLflo…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 948 public static native void glFrustumfOES( in glFrustumfOES() method in GLES11Ext
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 247 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/ |
D | wrap_gles.h | 295 #define glFrustumfOES wrap_glFrustumfOES macro
|
D | unwrap_gles.h | 295 #undef glFrustumfOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 847 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2948 glFrustumfOES( in android_glFrustumfOES__FFFFFF()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 276 GL_ENTRY(void, glFrustumfOES, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19489 method public static void glFrustumfOES(float, float, float, float, float, float);
|
/frameworks/base/api/ |
D | current.txt | 25999 method public static void glFrustumfOES(float, float, float, float, float, float);
|
D | system-current.txt | 28439 method public static void glFrustumfOES(float, float, float, float, float, float);
|
D | test-current.txt | 26068 method public static void glFrustumfOES(float, float, float, float, float, float);
|