Searched refs:coords_ref (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 531 (JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) { in android_glDrawTexsvOES___3SI() argument 539 if (!coords_ref) { in android_glDrawTexsvOES___3SI() 551 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexsvOES___3SI() 559 _env->GetShortArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexsvOES___3SI() 568 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base, in android_glDrawTexsvOES___3SI() 621 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) { in android_glDrawTexivOES___3II() argument 629 if (!coords_ref) { in android_glDrawTexivOES___3II() 641 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexivOES___3II() 649 _env->GetIntArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexivOES___3II() 658 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 7220 (JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) { in android_glDrawTexfvOES___3FI() argument 7228 if (!coords_ref) { in android_glDrawTexfvOES___3FI() 7240 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexfvOES___3FI() 7248 _env->GetFloatArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexfvOES___3FI() 7257 _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base, in android_glDrawTexfvOES___3FI() 7323 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) { in android_glDrawTexivOES___3II() argument 7331 if (!coords_ref) { in android_glDrawTexivOES___3II() 7343 _remaining = _env->GetArrayLength(coords_ref) - offset; in android_glDrawTexivOES___3II() 7351 _env->GetIntArrayElements(coords_ref, (jboolean *)0); in android_glDrawTexivOES___3II() 7360 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II() [all …]
|