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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp531 (JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) {
539 if (!coords_ref) {
551 _remaining = _env->GetArrayLength(coords_ref) - offset;
559 _env->GetShortArrayElements(coords_ref, (jboolean *)0);
568 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base,
621 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) {
629 if (!coords_ref) {
641 _remaining = _env->GetArrayLength(coords_ref) - offset;
649 _env->GetIntArrayElements(coords_ref, (jboolean *)0);
658 _env->ReleaseIntArrayElements(coords_ref, (jin
530 android_glDrawTexsvOES___3SI(JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) argument
620 android_glDrawTexivOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
710 android_glDrawTexxvOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
813 android_glDrawTexfvOES___3FI(JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp7220 (JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) {
7228 if (!coords_ref) {
7240 _remaining = _env->GetArrayLength(coords_ref) - offset;
7248 _env->GetFloatArrayElements(coords_ref, (jboolean *)0);
7257 _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base,
7323 (JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) {
7331 if (!coords_ref) {
7343 _remaining = _env->GetArrayLength(coords_ref) - offset;
7351 _env->GetIntArrayElements(coords_ref, (jboolean *)0);
7360 _env->ReleaseIntArrayElements(coords_ref, (jin
7219 android_glDrawTexfvOES___3FI(JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) argument
7322 android_glDrawTexivOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
7425 android_glDrawTexsvOES___3SI(JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) argument
7528 android_glDrawTexxvOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
[all...]

Completed in 30 milliseconds