Searched refs:equation_ref (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 556 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() argument 564 if (!equation_ref) { in android_glClipPlanef__I_3FI() 576 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanef__I_3FI() 578 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanef__I_3FI() 588 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 636 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() argument 644 if (!equation_ref) { in android_glClipPlanex__I_3II() 656 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanex__I_3II() 658 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanex__I_3II() 668 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 1008 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanexOES__I_3II() argument 1016 if (!equation_ref) { in android_glClipPlanexOES__I_3II() 1028 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanexOES__I_3II() 1030 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanexOES__I_3II() 1040 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanexOES__I_3II() 3303 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanefOES__I_3FI() argument 3311 if (!equation_ref) { in android_glClipPlanefOES__I_3FI() 3323 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanefOES__I_3FI() 3325 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanefOES__I_3FI() 3335 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4414 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() argument 4422 if (!equation_ref) { in android_glClipPlanef__I_3FI() 4434 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanef__I_3FI() 4442 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanef__I_3FI() 4452 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 4506 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() argument 4514 if (!equation_ref) { in android_glClipPlanex__I_3II() 4526 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanex__I_3II() 4534 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanex__I_3II() 4544 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|