Searched refs:coords_ref (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 530 (JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) { in android_glDrawTexsvOES___3SI() argument 538 if (!coords_ref) { in android_glDrawTexsvOES___3SI() 550 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexsvOES___3SI() 558 _env->GetShortArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexsvOES___3SI() 567 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base, in android_glDrawTexsvOES___3SI() 620 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) { in android_glDrawTexivOES___3II() argument 628 if (!coords_ref) { in android_glDrawTexivOES___3II() 640 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexivOES___3II() 648 _env->GetIntArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexivOES___3II() 657 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 7219 (JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) { in android_glDrawTexfvOES___3FI() argument 7227 if (!coords_ref) { in android_glDrawTexfvOES___3FI() 7239 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexfvOES___3FI() 7247 _env->GetFloatArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexfvOES___3FI() 7256 _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base, in android_glDrawTexfvOES___3FI() 7322 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) { in android_glDrawTexivOES___3II() argument 7330 if (!coords_ref) { in android_glDrawTexivOES___3II() 7342 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexivOES___3II() 7350 _env->GetIntArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexivOES___3II() 7359 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II() [all …]
|