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

  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 584 GLfloat *eqn_base = (GLfloat *) 0; local
599 eqn_base = (GLfloat *)
601 eqn = eqn_base + offset;
609 if (eqn_base) {
610 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base,
639 GLfixed *eqn_base = (GLfixed *) 0; local
654 eqn_base = (GLfixed *)
656 eqn = eqn_base + offset;
664 if (eqn_base) {
665 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base,
    [all...]
android_opengl_GLES11Ext.cpp 667 GLfixed *eqn_base = (GLfixed *) 0; local
687 eqn_base = (GLfixed *)
689 eqn = eqn_base + offset;
697 if (eqn_base) {
698 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base,
2249 GLfloat *eqn_base = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 4065 GLfloat *eqn_base = (GLfloat *) 0; local
4120 GLfixed *eqn_base = (GLfixed *) 0; local
    [all...]

Completed in 105 milliseconds