HomeSort by relevance Sort by last modified time
    Searched full:coords_base (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 404 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...]
com_google_android_gles_jni_GLImpl.cpp 6792 GLfloat *coords_base = (GLfloat *) 0; local
6889 GLint *coords_base = (GLint *) 0; local
6986 GLshort *coords_base = (GLshort *) 0; local
7083 GLfixed *coords_base = (GLfixed *) 0; local
    [all...]

Completed in 897 milliseconds