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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp522 GLshort *coords_base = (GLshort *) 0; local
545 coords_base = (GLshort *)
547 coords = coords_base + offset;
554 if (coords_base) {
555 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base,
606 GLint *coords_base = (GLint *) 0; local
629 coords_base = (GLint *)
631 coords = coords_base + offset;
638 if (coords_base) {
639 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base,
690 GLfixed *coords_base = (GLfixed *) 0; local
787 GLfloat *coords_base = (GLfloat *) 0; local
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp6796 GLfloat *coords_base = (GLfloat *) 0; local
6819 coords_base = (GLfloat *)
6821 coords = coords_base + offset;
6828 if (coords_base) {
6829 _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base,
6893 GLint *coords_base = (GLint *) 0; local
6916 coords_base = (GLint *)
6918 coords = coords_base + offset;
6925 if (coords_base) {
6926 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base,
6990 GLshort *coords_base = (GLshort *) 0; local
7087 GLfixed *coords_base = (GLfixed *) 0; local
[all...]

Completed in 1181 milliseconds