Home
last modified time | relevance | path

Searched refs:zFar (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec19 void glDepthRangexOES ( GLclampx zNear, GLclampx zFar )
22 …ustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
40 …OrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
77 …ustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
78 …OrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
DGLES10.spec25 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
40 …lFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
41 …lFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
73 … glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
74 … glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
DGLES20.spec37 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java322 int zFar in glDepthRangexOES() argument
355 int zFar in glFrustumxOES() argument
586 int zFar in glOrthoxOES() argument
943 float zFar in glDepthRangefOES() argument
954 float zFar in glFrustumfOES() argument
965 float zFar in glOrthofOES() argument
DGLES10.java504 float zFar in glDepthRangef() argument
511 int zFar in glDepthRangex() argument
623 float zFar in glFrustumf() argument
634 int zFar in glFrustumx() argument
982 float zFar in glOrthof() argument
993 int zFar in glOrthox() argument
DGLU.java112 float zNear, float zFar) { in gluPerspective() argument
117 gl.glFrustumf(left, right, bottom, top, zNear, zFar); in gluPerspective()
DMatrix.java381 float fovy, float aspect, float zNear, float zFar) { in perspectiveM() argument
383 float rangeReciprocal = 1.0f / (zNear - zFar); in perspectiveM()
397 m[offset + 10] = (zFar + zNear) * rangeReciprocal; in perspectiveM()
402 m[offset + 14] = 2.0f * zFar * zNear * rangeReciprocal; in perspectiveM()
DGLES20.java649 float zFar in glDepthRangef() argument
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java417 float zFar in glDepthRangef() argument
422 int zFar in glDepthRangex() argument
502 float zFar in glFrustumf() argument
511 int zFar in glFrustumx() argument
751 float zFar in glOrthof() argument
760 int zFar in glOrthox() argument
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.025 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
40 …lFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
41 …lFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
73 … glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
74 … glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h497 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
498 GLAPI void APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
512 …glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
513 …glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
545 …Y glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
546 …Y glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java321 float zFar in glDepthRangef() argument
328 int zFar in glDepthRangex() argument
440 float zFar in glFrustumf() argument
451 int zFar in glFrustumx() argument
810 float zFar in glOrthof() argument
821 int zFar in glOrthox() argument
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp848 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF() argument
851 (GLclampf)zFar in android_glDepthRangef__FF()
858 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangex__II() argument
861 (GLclampx)zFar in android_glDepthRangex__II()
1231 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glFrustumf__FFFFFF() argument
1238 (GLfloat)zFar in android_glFrustumf__FFFFFF()
1245 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumx__IIIIII() argument
1252 (GLfixed)zFar in android_glFrustumx__IIIIII()
2682 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glOrthof__FFFFFF() argument
2689 (GLfloat)zFar in android_glOrthof__FFFFFF()
[all …]
Dandroid_opengl_GLES11Ext.cpp1068 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangexOES__II() argument
1071 (GLclampx)zFar in android_glDepthRangexOES__II()
1168 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumxOES__IIIIII() argument
1175 (GLfixed)zFar in android_glFrustumxOES__IIIIII()
2147 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthoxOES__IIIIII() argument
2154 (GLfixed)zFar in android_glOrthoxOES__IIIIII()
3233 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangefOES__FF() argument
3236 (GLclampf)zFar in android_glDepthRangefOES__FF()
3243 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glFrustumfOES__FFFFFF() argument
3250 (GLfloat)zFar in android_glFrustumfOES__FFFFFF()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp632 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF() argument
635 (GLclampf)zFar in android_glDepthRangef__FF()
642 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangex__II() argument
645 (GLclampx)zFar in android_glDepthRangex__II()
1071 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glFrustumf__FFFFFF() argument
1078 (GLfloat)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() argument
1092 (GLfixed)zFar in android_glFrustumx__IIIIII()
3369 …, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { in android_glOrthof__FFFFFF() argument
3376 (GLfloat)zFar in android_glOrthof__FFFFFF()
[all …]
Dandroid_opengl_GLES20.cpp1280 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF() argument
1283 (GLclampf)zFar in android_glDepthRangef__FF()
/frameworks/native/opengl/tests/angeles/
Ddemo.c503 GLfloat zNear, GLfloat zFar) in gluPerspective() argument
514 (GLfixed)(zNear * 65536), (GLfixed)(zFar * 65536)); in gluPerspective()
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1282 …ode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) {
1283 CALL_GL_API(glMatrixFrustumEXT, mode, left, right, bottom, top, zNear, zFar);
1312 …ode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) {
1313 CALL_GL_API(glMatrixOrthoEXT, mode, left, right, bottom, top, zNear, zFar);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3137 …mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
3147 …mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
3214 …mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
3224 …mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
/frameworks/native/opengl/libs/
Dentries.in569 … mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
587 … mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)