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 397 GLshort *coords_base = (GLshort *) 0; local
420 coords_base = (GLshort *)
422 coords = coords_base + offset;
429 if (coords_base) {
430 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
481 GLint *coords_base = (GLint *) 0; local
504 coords_base = (GLint *)
506 coords = coords_base + offset;
513 if (coords_base) {
514 _env->ReleasePrimitiveArrayCritical(coords_ref, coords_base,
565 GLfixed *coords_base = (GLfixed *) 0; local
662 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 911 milliseconds