Searched defs:coords_ref (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp400 (JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) {
408 if (!coords_ref) {
420 _remaining = _env->GetArrayLength(coords_ref) - offset;
428 _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0);
437 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
484 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) {
492 if (!coords_ref) {
504 _remaining = _env->GetArrayLength(coords_ref) - offset;
512 _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0);
521 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_bas
399 android_glDrawTexsvOES___3SI(JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) argument
483 android_glDrawTexivOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
567 android_glDrawTexxvOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
664 android_glDrawTexfvOES___3FI(JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp6788 (JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) {
6796 if (!coords_ref) {
6808 _remaining = _env->GetArrayLength(coords_ref) - offset;
6816 _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0);
6825 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
6885 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) {
6893 if (!coords_ref) {
6905 _remaining = _env->GetArrayLength(coords_ref) - offset;
6913 _env->GetPrimitiveArrayCritical(coords_ref, (jboolean *)0);
6922 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_bas
6787 android_glDrawTexfvOES___3FI(JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) argument
6884 android_glDrawTexivOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
6981 android_glDrawTexsvOES___3SI(JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) argument
7078 android_glDrawTexxvOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
[all...]

Completed in 70 milliseconds