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.cpp501 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() local
524 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI()
526 coords = coords_base + offset; in android_glDrawTexsvOES___3SI()
533 if (coords_base) { in android_glDrawTexsvOES___3SI()
534 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base, in android_glDrawTexsvOES___3SI()
591 GLint *coords_base = (GLint *) 0; in android_glDrawTexivOES___3II() local
614 coords_base = (GLint *) in android_glDrawTexivOES___3II()
616 coords = coords_base + offset; in android_glDrawTexivOES___3II()
623 if (coords_base) { in android_glDrawTexivOES___3II()
624 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp7170 GLfloat *coords_base = (GLfloat *) 0; in android_glDrawTexfvOES___3FI() local
7193 coords_base = (GLfloat *) in android_glDrawTexfvOES___3FI()
7195 coords = coords_base + offset; in android_glDrawTexfvOES___3FI()
7202 if (coords_base) { in android_glDrawTexfvOES___3FI()
7203 _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base, in android_glDrawTexfvOES___3FI()
7273 GLint *coords_base = (GLint *) 0; in android_glDrawTexivOES___3II() local
7296 coords_base = (GLint *) in android_glDrawTexivOES___3II()
7298 coords = coords_base + offset; in android_glDrawTexivOES___3II()
7305 if (coords_base) { in android_glDrawTexivOES___3II()
7306 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II()
[all …]