Home | History | Annotate | Download | only in jni

Lines Matching refs:zNear

709 /* void glDepthRangef ( GLclampf zNear, GLclampf zFar ) */
712 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) {
714 (GLclampf)zNear,
719 /* void glDepthRangex ( GLclampx zNear, GLclampx zFar ) */
722 (JNIEnv *_env, jobject _this, jint zNear, jint zFar) {
724 (GLclampx)zNear,
1074 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
1077 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
1083 (GLfloat)zNear,
1088 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1091 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1097 (GLfixed)zNear,
2420 /* void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
2423 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
2429 (GLfloat)zNear,
2434 /* void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
2437 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
2443 (GLfixed)zNear,