Home
last modified time | relevance | path

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

/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/
Dwrap_gles.h295 #define glFrustumfOES wrap_glFrustumfOES macro
Dunwrap_gles.h295 #undef glFrustumfOES
/frameworks/native/opengl/include/GLES/
Dglext.h847 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2948 glFrustumfOES( in android_glFrustumfOES__FFFFFF()
/frameworks/native/opengl/libs/
Dentries.in276 GL_ENTRY(void, glFrustumfOES, GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19489 method public static void glFrustumfOES(float, float, float, float, float, float);
/frameworks/base/api/
Dcurrent.txt25999 method public static void glFrustumfOES(float, float, float, float, float, float);
Dsystem-current.txt28439 method public static void glFrustumfOES(float, float, float, float, float, float);
Dtest-current.txt26068 method public static void glFrustumfOES(float, float, float, float, float, float);