Searched refs:eqn_ref (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 1051 (JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) { in android_glGetClipPlanef__I_3FI() argument 1059 if (!eqn_ref) { in android_glGetClipPlanef__I_3FI() 1071 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanef__I_3FI() 1079 _env->GetFloatArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanef__I_3FI() 1089 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanef__I_3FI() 1143 (JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) { in android_glGetClipPlanex__I_3II() argument 1151 if (!eqn_ref) { in android_glGetClipPlanex__I_3II() 1163 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanex__I_3II() 1171 _env->GetIntArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanex__I_3II() 1181 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 1214 (JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) { in android_glGetClipPlanexOES__I_3II() argument 1222 if (!eqn_ref) { in android_glGetClipPlanexOES__I_3II() 1234 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanexOES__I_3II() 1242 _env->GetIntArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanexOES__I_3II() 1252 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanexOES__I_3II() 3383 (JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) { in android_glGetClipPlanefOES__I_3FI() argument 3391 if (!eqn_ref) { in android_glGetClipPlanefOES__I_3FI() 3403 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanefOES__I_3FI() 3411 _env->GetFloatArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanefOES__I_3FI() 3421 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4920 (JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) { in android_glGetClipPlanef__I_3FI() argument 4928 if (!eqn_ref) { in android_glGetClipPlanef__I_3FI() 4940 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanef__I_3FI() 4942 _env->GetFloatArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanef__I_3FI() 4952 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanef__I_3FI() 5000 (JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) { in android_glGetClipPlanex__I_3II() argument 5008 if (!eqn_ref) { in android_glGetClipPlanex__I_3II() 5020 _remaining = _env->GetArrayLength(eqn_ref) - offset; in android_glGetClipPlanex__I_3II() 5022 _env->GetIntArrayElements(eqn_ref, (jboolean *)0); in android_glGetClipPlanex__I_3II() 5032 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanex__I_3II()
|