Searched refs:equation_ref (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 522 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() argument 530 if (!equation_ref) { in android_glClipPlanef__I_3FI() 542 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanef__I_3FI() 544 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanef__I_3FI() 554 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 602 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() argument 610 if (!equation_ref) { in android_glClipPlanex__I_3II() 622 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanex__I_3II() 624 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanex__I_3II() 634 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 974 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanexOES__I_3II() argument 982 if (!equation_ref) { in android_glClipPlanexOES__I_3II() 994 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanexOES__I_3II() 996 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanexOES__I_3II() 1006 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanexOES__I_3II() 3269 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanefOES__I_3FI() argument 3277 if (!equation_ref) { in android_glClipPlanefOES__I_3FI() 3289 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanefOES__I_3FI() 3291 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanefOES__I_3FI() 3301 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4357 (JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) { in android_glClipPlanef__I_3FI() argument 4365 if (!equation_ref) { in android_glClipPlanef__I_3FI() 4377 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanef__I_3FI() 4385 _env->GetFloatArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanef__I_3FI() 4395 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 4449 (JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) { in android_glClipPlanex__I_3II() argument 4457 if (!equation_ref) { in android_glClipPlanex__I_3II() 4469 _remaining = _env->GetArrayLength(equation_ref) - offset; in android_glClipPlanex__I_3II() 4477 _env->GetIntArrayElements(equation_ref, (jboolean *)0); in android_glClipPlanex__I_3II() 4487 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|