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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp535 GLshort *coords_base = (GLshort *) 0; local
558 coords_base = (GLshort *)
560 coords = coords_base + offset;
567 if (coords_base) {
568 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base,
625 GLint *coords_base = (GLint *) 0; local
648 coords_base = (GLint *)
650 coords = coords_base + offset;
657 if (coords_base) {
658 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base,
715 GLfixed *coords_base = (GLfixed *) 0; local
818 GLfloat *coords_base = (GLfloat *) 0; local
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp7224 GLfloat *coords_base = (GLfloat *) 0; local
7247 coords_base = (GLfloat *)
7249 coords = coords_base + offset;
7256 if (coords_base) {
7257 _env->ReleaseFloatArrayElements(coords_ref, (jfloat*)coords_base,
7327 GLint *coords_base = (GLint *) 0; local
7350 coords_base = (GLint *)
7352 coords = coords_base + offset;
7359 if (coords_base) {
7360 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base,
7430 GLshort *coords_base = (GLshort *) 0; local
7533 GLfixed *coords_base = (GLfixed *) 0; local
[all...]

Completed in 148 milliseconds