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 876 GLfloat *eqn_base = (GLfloat *) 0; local
899 eqn_base = (GLfloat *)
901 eqn = eqn_base + offset;
909 if (eqn_base) {
910 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base,
962 GLfixed *eqn_base = (GLfixed *) 0; local
985 eqn_base = (GLfixed *)
987 eqn = eqn_base + offset;
995 if (eqn_base) {
996 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base,
    [all...]
android_opengl_GLES11Ext.cpp 1001 GLfixed *eqn_base = (GLfixed *) 0; local
1024 eqn_base = (GLfixed *)
1026 eqn = eqn_base + offset;
1034 if (eqn_base) {
1035 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base,
2920 GLfloat *eqn_base = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 4645 GLfloat *eqn_base = (GLfloat *) 0; local
4711 GLfixed *eqn_base = (GLfixed *) 0; local
    [all...]

Completed in 79 milliseconds