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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp518 (JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) {
526 if (!coords_ref) {
538 _remaining = _env->GetArrayLength(coords_ref) - offset;
546 _env->GetShortArrayElements(coords_ref, (jboolean *)0);
555 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base,
602 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) {
610 if (!coords_ref) {
622 _remaining = _env->GetArrayLength(coords_ref) - offset;
630 _env->GetIntArrayElements(coords_ref, (jboolean *)0);
639 _env->ReleaseIntArrayElements(coords_ref, (jin
517 android_glDrawTexsvOES___3SI(JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) argument
601 android_glDrawTexivOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
685 android_glDrawTexxvOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
782 android_glDrawTexfvOES___3FI(JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp6792 (JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) {
6800 if (!coords_ref) {
6812 _remaining = _env->GetArrayLength(coords_ref) - offset;
6820 _env->GetFloatArrayElements(coords_ref, (jboolean *)0);
6829 _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base,
6889 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) {
6897 if (!coords_ref) {
6909 _remaining = _env->GetArrayLength(coords_ref) - offset;
6917 _env->GetIntArrayElements(coords_ref, (jboolean *)0);
6926 _env->ReleaseIntArrayElements(coords_ref, (jin
6791 android_glDrawTexfvOES___3FI(JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) argument
6888 android_glDrawTexivOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
6985 android_glDrawTexsvOES___3SI(JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) argument
7082 android_glDrawTexxvOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
[all...]

Completed in 299 milliseconds