Home
last modified time | relevance | path

Searched refs:coords_base (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp500 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() local
523 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI()
525 coords = coords_base + offset; in android_glDrawTexsvOES___3SI()
532 if (coords_base) { in android_glDrawTexsvOES___3SI()
533 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base, in android_glDrawTexsvOES___3SI()
590 GLint *coords_base = (GLint *) 0; in android_glDrawTexivOES___3II() local
613 coords_base = (GLint *) in android_glDrawTexivOES___3II()
615 coords = coords_base + offset; in android_glDrawTexivOES___3II()
622 if (coords_base) { in android_glDrawTexivOES___3II()
623 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp7169 GLfloat *coords_base = (GLfloat *) 0; in android_glDrawTexfvOES___3FI() local
7192 coords_base = (GLfloat *) in android_glDrawTexfvOES___3FI()
7194 coords = coords_base + offset; in android_glDrawTexfvOES___3FI()
7201 if (coords_base) { in android_glDrawTexfvOES___3FI()
7202 _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base, in android_glDrawTexfvOES___3FI()
7272 GLint *coords_base = (GLint *) 0; in android_glDrawTexivOES___3II() local
7295 coords_base = (GLint *) in android_glDrawTexivOES___3II()
7297 coords = coords_base + offset; in android_glDrawTexivOES___3II()
7304 if (coords_base) { in android_glDrawTexivOES___3II()
7305 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II()
[all …]