Searched defs:equation_ref (Results 1 - 3 of 3) sorted by relevance

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

Completed in 88 milliseconds