/frameworks/base/opengl/libagl/ |
D | matrix.cpp | 784 GLfloat zNear, GLfloat zFar, in frustumf() 826 GLfloat zNear, GLfloat zFar, in orthof() 862 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c) in depthRangef() 968 GLfloat zNear, GLfloat zFar) in glFrustumf() 977 GLfixed zNear, GLfixed zFar) in glFrustumx() 989 GLfloat zNear, GLfloat zFar) in glOrthof() 998 GLfixed zNear, GLfixed zFar) in glOrthox() 1065 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() 1071 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 309 int zNear, in glDepthRangexOES() 342 int zNear, in glFrustumxOES() 573 int zNear, in glOrthoxOES() 888 float zNear, in glDepthRangefOES() 899 float zNear, in glFrustumfOES() 910 float zNear, in glOrthofOES()
|
D | GLU.java | 160 float zNear, float zFar) { in gluPerspective()
|
D | GLES10.java | 503 float zNear, in glDepthRangef() 510 int zNear, in glDepthRangex() 622 float zNear, in glFrustumf() 633 int zNear, in glFrustumx() 981 float zNear, in glOrthof() 992 int zNear, in glOrthox()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 416 float zNear, in glDepthRangef() 421 int zNear, in glDepthRangex() 501 float zNear, in glFrustumf() 510 int zNear, in glFrustumx() 750 float zNear, in glOrthof() 759 int zNear, in glOrthox()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 581 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangexOES__II() 652 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumxOES__IIIIII() 1336 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthoxOES__IIIIII() 1805 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangefOES__FF() 1815 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glFrustumfOES__FFFFFF() 1829 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glOrthofOES__FFFFFF()
|
D | android_opengl_GLES10.cpp | 507 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF() 517 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangex__II() 865 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glFrustumf__FFFFFF() 879 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumx__IIIIII() 2810 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glOrthof__FFFFFF() 2824 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthox__IIIIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 542 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF() 552 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangex__II() 900 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glFrustumf__FFFFFF() 914 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumx__IIIIII() 2845 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glOrthof__FFFFFF() 2859 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthox__IIIIII()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 307 float zNear, in glDepthRangef() 314 int zNear, in glDepthRangex() 426 float zNear, in glFrustumf() 437 int zNear, in glFrustumx() 796 float zNear, in glOrthof() 807 int zNear, in glOrthox()
|
/frameworks/base/opengl/tests/angeles/ |
D | demo.c | 503 GLfloat zNear, GLfloat zFar) in gluPerspective()
|
/frameworks/base/include/private/opengles/ |
D | gl_context.h | 473 GLfloat zNear; member
|