Home
last modified time | relevance | path

Searched refs:eqn_ref (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp1018 (JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) { in android_glGetClipPlanef__I_3FI() argument
1026 if (!eqn_ref) { in android_glGetClipPlanef__I_3FI()
1038 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanef__I_3FI()
1046 _env->GetFloatArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanef__I_3FI()
1056 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanef__I_3FI()
1110 (JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) { in android_glGetClipPlanex__I_3II() argument
1118 if (!eqn_ref) { in android_glGetClipPlanex__I_3II()
1130 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanex__I_3II()
1138 _env->GetIntArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanex__I_3II()
1148 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanex__I_3II()
Dandroid_opengl_GLES11Ext.cpp1183 (JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) { in android_glGetClipPlanexOES__I_3II() argument
1191 if (!eqn_ref) { in android_glGetClipPlanexOES__I_3II()
1203 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanexOES__I_3II()
1211 _env->GetIntArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanexOES__I_3II()
1221 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanexOES__I_3II()
3352 (JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) { in android_glGetClipPlanefOES__I_3FI() argument
3360 if (!eqn_ref) { in android_glGetClipPlanefOES__I_3FI()
3372 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanefOES__I_3FI()
3380 _env->GetFloatArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanefOES__I_3FI()
3390 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanefOES__I_3FI()
Dcom_google_android_gles_jni_GLImpl.cpp4867 (JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) { in android_glGetClipPlanef__I_3FI() argument
4875 if (!eqn_ref) { in android_glGetClipPlanef__I_3FI()
4887 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanef__I_3FI()
4889 _env->GetFloatArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanef__I_3FI()
4899 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanef__I_3FI()
4947 (JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) { in android_glGetClipPlanex__I_3II() argument
4955 if (!eqn_ref) { in android_glGetClipPlanex__I_3II()
4967 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanex__I_3II()
4969 _env->GetIntArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanex__I_3II()
4979 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanex__I_3II()