Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp557 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() argument
565 if (!equation_ref) { in android_glClipPlanef__I_3FI()
577 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanef__I_3FI()
579 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanef__I_3FI()
589 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI()
637 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() argument
645 if (!equation_ref) { in android_glClipPlanex__I_3II()
657 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanex__I_3II()
659 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanex__I_3II()
669 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
Dandroid_opengl_GLES11Ext.cpp1009 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanexOES__I_3II() argument
1017 if (!equation_ref) { in android_glClipPlanexOES__I_3II()
1029 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanexOES__I_3II()
1031 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanexOES__I_3II()
1041 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanexOES__I_3II()
3304 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanefOES__I_3FI() argument
3312 if (!equation_ref) { in android_glClipPlanefOES__I_3FI()
3324 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanefOES__I_3FI()
3326 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanefOES__I_3FI()
3336 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanefOES__I_3FI()
Dcom_google_android_gles_jni_GLImpl.cpp4415 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() argument
4423 if (!equation_ref) { in android_glClipPlanef__I_3FI()
4435 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanef__I_3FI()
4443 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanef__I_3FI()
4453 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI()
4507 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() argument
4515 if (!equation_ref) { in android_glClipPlanex__I_3II()
4527 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanex__I_3II()
4535 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanex__I_3II()
4545 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()