Home
last modified time | relevance | path

Searched defs:zFar (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/opengl/libagl/
Dmatrix.cpp813 GLfloat zNear, GLfloat zFar, in frustumf()
855 GLfloat zNear, GLfloat zFar, in orthof()
891 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c) in depthRangef()
997 GLfloat zNear, GLfloat zFar) in glFrustumf()
1006 GLfixed zNear, GLfixed zFar) in glFrustumx()
1018 GLfloat zNear, GLfloat zFar) in glOrthof()
1027 GLfixed zNear, GLfixed zFar) in glOrthox()
1094 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
1100 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex()
Dcontext.h480 GLfloat zFar; member
/frameworks/base/opengl/java/android/opengl/
DGLU.java112 float zNear, float zFar) { in gluPerspective()
DGLES11Ext.java322 int zFar in glDepthRangexOES()
355 int zFar in glFrustumxOES()
586 int zFar in glOrthoxOES()
943 float zFar in glDepthRangefOES()
954 float zFar in glFrustumfOES()
965 float zFar in glOrthofOES()
DGLES10.java504 float zFar in glDepthRangef()
511 int zFar in glDepthRangex()
623 float zFar in glFrustumf()
634 int zFar in glFrustumx()
982 float zFar in glOrthof()
993 int zFar in glOrthox()
DMatrix.java381 float fovy, float aspect, float zNear, float zFar) { in perspectiveM()
DGLES20.java647 float zFar in glDepthRangef()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java417 float zFar in glDepthRangef()
422 int zFar in glDepthRangex()
502 float zFar in glFrustumf()
511 int zFar in glFrustumx()
751 float zFar in glOrthof()
760 int zFar in glOrthox()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java318 float zFar in glDepthRangef()
325 int zFar in glDepthRangex()
437 float zFar in glFrustumf()
448 int zFar in glFrustumx()
807 float zFar in glOrthof()
818 int zFar in glOrthox()
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp830 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF()
840 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangex__II()
1195 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glFrustumf__FFFFFF()
1209 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumx__IIIIII()
2542 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glOrthof__FFFFFF()
2556 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthox__IIIIII()
Dandroid_opengl_GLES11Ext.cpp1022 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangexOES__II()
1108 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumxOES__IIIIII()
1941 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthoxOES__IIIIII()
2937 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangefOES__FF()
2947 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glFrustumfOES__FFFFFF()
2961 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glOrthofOES__FFFFFF()
Dcom_google_android_gles_jni_GLImpl.cpp650 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF()
660 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangex__II()
1071 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glFrustumf__FFFFFF()
1085 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumx__IIIIII()
3259 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glOrthof__FFFFFF()
3273 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthox__IIIIII()
Dandroid_opengl_GLES20.cpp1244 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF()
/frameworks/native/opengl/tests/angeles/
Ddemo.c503 GLfloat zNear, GLfloat zFar) in gluPerspective()