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.cpp534 GLshort *coords_base = (GLshort *) 0; in android_glDrawTexsvOES___3SI() local
557 coords_base = (GLshort *) in android_glDrawTexsvOES___3SI()
559 coords = coords_base + offset; in android_glDrawTexsvOES___3SI()
566 if (coords_base) { in android_glDrawTexsvOES___3SI()
567 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base, in android_glDrawTexsvOES___3SI()
624 GLint *coords_base = (GLint *) 0; in android_glDrawTexivOES___3II() local
647 coords_base = (GLint *) in android_glDrawTexivOES___3II()
649 coords = coords_base + offset; in android_glDrawTexivOES___3II()
656 if (coords_base) { in android_glDrawTexivOES___3II()
657 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp7223 GLfloat *coords_base = (GLfloat *) 0; in android_glDrawTexfvOES___3FI() local
7246 coords_base = (GLfloat *) in android_glDrawTexfvOES___3FI()
7248 coords = coords_base + offset; in android_glDrawTexfvOES___3FI()
7255 if (coords_base) { in android_glDrawTexfvOES___3FI()
7256 _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base, in android_glDrawTexfvOES___3FI()
7326 GLint *coords_base = (GLint *) 0; in android_glDrawTexivOES___3II() local
7349 coords_base = (GLint *) in android_glDrawTexivOES___3II()
7351 coords = coords_base + offset; in android_glDrawTexivOES___3II()
7358 if (coords_base) { in android_glDrawTexivOES___3II()
7359 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base, in android_glDrawTexivOES___3II()
[all …]