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.cpp523 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() argument
531 if (!equation_ref) { in android_glClipPlanef__I_3FI()
543 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanef__I_3FI()
545 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanef__I_3FI()
555 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI()
603 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() argument
611 if (!equation_ref) { in android_glClipPlanex__I_3II()
623 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanex__I_3II()
625 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanex__I_3II()
635 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
Dandroid_opengl_GLES11Ext.cpp977 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanexOES__I_3II() argument
985 if (!equation_ref) { in android_glClipPlanexOES__I_3II()
997 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanexOES__I_3II()
999 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanexOES__I_3II()
1009 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanexOES__I_3II()
3272 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanefOES__I_3FI() argument
3280 if (!equation_ref) { in android_glClipPlanefOES__I_3FI()
3292 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanefOES__I_3FI()
3294 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanefOES__I_3FI()
3304 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanefOES__I_3FI()
Dcom_google_android_gles_jni_GLImpl.cpp4359 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() argument
4367 if (!equation_ref) { in android_glClipPlanef__I_3FI()
4379 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanef__I_3FI()
4387 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanef__I_3FI()
4397 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI()
4451 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() argument
4459 if (!equation_ref) { in android_glClipPlanex__I_3II()
4471 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanex__I_3II()
4479 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanex__I_3II()
4489 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()