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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp200 GLshort *coords_base = (GLshort *) 0; local
217 coords_base = (GLshort *)
219 coords = coords_base + offset;
226 if (coords_base) {
227 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
259 GLint *coords_base = (GLint *) 0; local
276 coords_base = (GLint *)
278 coords = coords_base + offset;
285 if (coords_base) {
286 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
318 GLfixed *coords_base = (GLfixed *) 0; local
390 GLfloat *coords_base = (GLfloat *) 0; local
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp5845 GLfloat *coords_base = (GLfloat *) 0; local
5862 coords_base = (GLfloat *)
5864 coords = coords_base + offset;
5871 if (coords_base) {
5872 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
5917 GLint *coords_base = (GLint *) 0; local
5934 coords_base = (GLint *)
5936 coords = coords_base + offset;
5943 if (coords_base) {
5944 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
5989 GLshort *coords_base = (GLshort *) 0; local
6061 GLfixed *coords_base = (GLfixed *) 0; local
[all...]

Completed in 39 milliseconds