Home
last modified time | relevance | path

Searched refs:coords_ref (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp497 (JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) { in android_glDrawTexsvOES___3SI() argument
505 if (!coords_ref) { in android_glDrawTexsvOES___3SI()
517 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexsvOES___3SI()
525 _env->GetShortArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexsvOES___3SI()
534 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base, in android_glDrawTexsvOES___3SI()
587 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) { in android_glDrawTexivOES___3II() argument
595 if (!coords_ref) { in android_glDrawTexivOES___3II()
607 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexivOES___3II()
615 _env->GetIntArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexivOES___3II()
624 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp7166 (JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) { in android_glDrawTexfvOES___3FI() argument
7174 if (!coords_ref) { in android_glDrawTexfvOES___3FI()
7186 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexfvOES___3FI()
7194 _env->GetFloatArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexfvOES___3FI()
7203 _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base, in android_glDrawTexfvOES___3FI()
7269 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) { in android_glDrawTexivOES___3II() argument
7277 if (!coords_ref) { in android_glDrawTexivOES___3II()
7289 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexivOES___3II()
7297 _env->GetIntArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexivOES___3II()
7306 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II()
[all …]