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

  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 534 GLshort *coords_base = (GLshort *) 0; local
557 coords_base = (GLshort *)
559 coords = coords_base + offset;
566 if (coords_base) {
567 _env->ReleaseShortArrayElements(coords_ref, (jshort*)coords_base,
624 GLint *coords_base = (GLint *) 0; local
647 coords_base = (GLint *)
649 coords = coords_base + offset;
656 if (coords_base) {
657 _env->ReleaseIntArrayElements(coords_ref, (jint*)coords_base,
714 GLfixed *coords_base = (GLfixed *) 0; local
817 GLfloat *coords_base = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 7223 GLfloat *coords_base = (GLfloat *) 0; local
7326 GLint *coords_base = (GLint *) 0; local
7429 GLshort *coords_base = (GLshort *) 0; local
7532 GLfixed *coords_base = (GLfixed *) 0; local
    [all...]

Completed in 80 milliseconds