/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 19 void glDepthRangexOES ( GLclampx zNear, GLclampx zFar ) 22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfix… 40 void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed… 76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar ) 77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLflo… 78 void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat…
|
D | GLES10.spec | 25 void glDepthRangef ( GLclampf zNear, GLclampf zFar ) 26 void glDepthRangex ( GLclampx zNear, GLclampx zFar ) 40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat … 41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed … 73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… 74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF…
|
D | GLES20.spec | 37 void glDepthRangef ( GLclampf zNear, GLclampf zFar )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLU.java | 112 float zNear, float zFar) { in gluPerspective() argument 113 float top = zNear * (float) Math.tan(fovy * (Math.PI / 360.0)); in gluPerspective() 117 gl.glFrustumf(left, right, bottom, top, zNear, zFar); in gluPerspective()
|
D | GLES11Ext.java | 321 int zNear, in glDepthRangexOES() argument 354 int zNear, in glFrustumxOES() argument 585 int zNear, in glOrthoxOES() argument 942 float zNear, in glDepthRangefOES() argument 953 float zNear, in glFrustumfOES() argument 964 float zNear, in glOrthofOES() argument
|
D | GLES10.java | 503 float zNear, in glDepthRangef() argument 510 int zNear, in glDepthRangex() argument 622 float zNear, in glFrustumf() argument 633 int zNear, in glFrustumx() argument 981 float zNear, in glOrthof() argument 992 int zNear, in glOrthox() argument
|
D | Matrix.java | 555 float fovy, float aspect, float zNear, float zFar) { in perspectiveM() argument 557 float rangeReciprocal = 1.0f / (zNear - zFar); in perspectiveM() 571 m[offset + 10] = (zFar + zNear) * rangeReciprocal; in perspectiveM() 576 m[offset + 14] = 2.0f * zFar * zNear * rangeReciprocal; in perspectiveM()
|
D | GLES20.java | 648 float zNear, in glDepthRangef() argument
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 416 float zNear, in glDepthRangef() argument 421 int zNear, in glDepthRangex() argument 501 float zNear, in glFrustumf() argument 510 int zNear, in glFrustumx() argument 750 float zNear, in glOrthof() argument 759 int zNear, in glOrthox() argument
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 25 void glDepthRangef ( GLclampf zNear, GLclampf zFar ) 26 void glDepthRangex ( GLclampx zNear, GLclampx zFar ) 40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat … 41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed … 73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… 74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zF…
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 497 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/ |
D | GLImpl.java | 320 float zNear, in glDepthRangef() argument 327 int zNear, in glDepthRangex() argument 439 float zNear, in glFrustumf() argument 450 int zNear, in glFrustumx() argument 809 float zNear, in glOrthof() argument 820 int zNear, in glOrthox() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 849 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF() argument 851 (GLclampf)zNear, in android_glDepthRangef__FF() 859 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangex__II() argument 861 (GLclampx)zNear, in android_glDepthRangex__II() 1232 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glFrustumf__FFFFFF() argument 1238 (GLfloat)zNear, in android_glFrustumf__FFFFFF() 1246 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumx__IIIIII() argument 1252 (GLfixed)zNear, in android_glFrustumx__IIIIII() 2683 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glOrthof__FFFFFF() argument 2689 (GLfloat)zNear, in android_glOrthof__FFFFFF() [all …]
|
D | android_opengl_GLES11Ext.cpp | 1069 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangexOES__II() argument 1071 (GLclampx)zNear, in android_glDepthRangexOES__II() 1169 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumxOES__IIIIII() argument 1175 (GLfixed)zNear, in android_glFrustumxOES__IIIIII() 2148 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glOrthoxOES__IIIIII() argument 2154 (GLfixed)zNear, in android_glOrthoxOES__IIIIII() 3234 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangefOES__FF() argument 3236 (GLclampf)zNear, in android_glDepthRangefOES__FF() 3244 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glFrustumfOES__FFFFFF() argument 3250 (GLfloat)zNear, in android_glFrustumfOES__FFFFFF() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 633 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF() argument 635 (GLclampf)zNear, in android_glDepthRangef__FF() 643 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) { in android_glDepthRangex__II() argument 645 (GLclampx)zNear, in android_glDepthRangex__II() 1072 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glFrustumf__FFFFFF() argument 1078 (GLfloat)zNear, in android_glFrustumf__FFFFFF() 1086 …(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar)… in android_glFrustumx__IIIIII() argument 1092 (GLfixed)zNear, in android_glFrustumx__IIIIII() 3370 …(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, … in android_glOrthof__FFFFFF() argument 3376 (GLfloat)zNear, in android_glOrthof__FFFFFF() [all …]
|
D | android_opengl_GLES20.cpp | 1281 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) { in android_glDepthRangef__FF() argument 1283 (GLclampf)zNear, in android_glDepthRangef__FF()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 503 GLfloat zNear, GLfloat zFar) in gluPerspective() argument 507 ymax = zNear * (GLfloat)tan(fovy * PI / 360); in gluPerspective() 514 (GLfixed)(zNear * 65536), (GLfixed)(zFar * 65536)); in gluPerspective()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1282 …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/ |
D | gl2ext.h | 3137 …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/ |
D | entries.in | 569 … 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)
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |