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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp404 GLshort *coords_base = (GLshort *) 0; local
427 coords_base = (GLshort *)
429 coords = coords_base + offset;
436 if (coords_base) {
437 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
488 GLint *coords_base = (GLint *) 0; local
511 coords_base = (GLint *)
513 coords = coords_base + offset;
520 if (coords_base) {
521 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
572 GLfixed *coords_base = (GLfixed *) 0; local
669 GLfloat *coords_base = (GLfloat *) 0; local
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp6792 GLfloat *coords_base = (GLfloat *) 0; local
6815 coords_base = (GLfloat *)
6817 coords = coords_base + offset;
6824 if (coords_base) {
6825 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
6889 GLint *coords_base = (GLint *) 0; local
6912 coords_base = (GLint *)
6914 coords = coords_base + offset;
6921 if (coords_base) {
6922 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
6986 GLshort *coords_base = (GLshort *) 0; local
7083 GLfixed *coords_base = (GLfixed *) 0; local
[all...]

Completed in 93 milliseconds