Home
last modified time | relevance | path

Searched defs:zNear (Results 1 – 15 of 15) 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.h475 GLfloat zNear; member
/frameworks/base/opengl/java/android/opengl/
DGLU.java112 float zNear, float zFar) { in gluPerspective()
DGLES11Ext.java321 int zNear, in glDepthRangexOES()
354 int zNear, in glFrustumxOES()
585 int zNear, in glOrthoxOES()
942 float zNear, in glDepthRangefOES()
953 float zNear, in glFrustumfOES()
964 float zNear, in glOrthofOES()
DGLES10.java503 float zNear, in glDepthRangef()
510 int zNear, in glDepthRangex()
622 float zNear, in glFrustumf()
633 int zNear, in glFrustumx()
997 float zNear, in glOrthof()
1008 int zNear, in glOrthox()
DMatrix.java372 float fovy, float aspect, float zNear, float zFar) { in perspectiveM()
DGLES20.java642 float zNear, in glDepthRangef()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java416 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/opengl/java/com/google/android/gles_jni/
DGLImpl.java317 float zNear, in glDepthRangef()
324 int zNear, in glDepthRangex()
436 float zNear, in glFrustumf()
447 int zNear, in glFrustumx()
806 float zNear, in glOrthof()
817 int zNear, in glOrthox()
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp518 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF()
528 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangex__II()
939 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glFrustumf__FFFFFF()
953 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumx__IIIIII()
3127 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glOrthof__FFFFFF()
3141 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthox__IIIIII()
Dandroid_opengl_GLES11Ext.cpp699 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangexOES__II()
785 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumxOES__IIIIII()
1618 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthoxOES__IIIIII()
2614 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangefOES__FF()
2624 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glFrustumfOES__FFFFFF()
2638 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glOrthofOES__FFFFFF()
Dcom_google_android_gles_jni_GLImpl.cpp646 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF()
656 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangex__II()
1067 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glFrustumf__FFFFFF()
1081 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumx__IIIIII()
3255 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glOrthof__FFFFFF()
3269 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthox__IIIIII()
Dandroid_opengl_GLES20.cpp885 (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()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp1428 void GLTrace_glDepthRangef(GLclampf zNear, GLclampf zFar) { in GLTrace_glDepthRangef()
11350 void GLTrace_glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GL… in GLTrace_glFrustumf()
11947 void GLTrace_glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfl… in GLTrace_glOrthof()
12619 void GLTrace_glDepthRangex(GLclampx zNear, GLclampx zFar) { in GLTrace_glDepthRangex()
12778 void GLTrace_glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GL… in GLTrace_glFrustumx()
13674 void GLTrace_glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfi… in GLTrace_glOrthox()
15097 void GLTrace_glDepthRangexOES(GLclampx zNear, GLclampx zFar) { in GLTrace_glDepthRangexOES()
15200 void GLTrace_glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear,… in GLTrace_glFrustumxOES()
15901 void GLTrace_glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, G… in GLTrace_glOrthoxOES()
17176 void GLTrace_glDepthRangefOES(GLclampf zNear, GLclampf zFar) { in GLTrace_glDepthRangefOES()
[all …]