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 883 GLfloat *eqn_base = (GLfloat *) 0; local
906 eqn_base = (GLfloat *)
908 eqn = eqn_base + offset;
916 if (eqn_base) {
917 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base,
969 GLfixed *eqn_base = (GLfixed *) 0; local
992 eqn_base = (GLfixed *)
994 eqn = eqn_base + offset;
1002 if (eqn_base) {
1003 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base,
    [all...]
android_opengl_GLES11Ext.cpp 1008 GLfixed *eqn_base = (GLfixed *) 0; local
1031 eqn_base = (GLfixed *)
1033 eqn = eqn_base + offset;
1041 if (eqn_base) {
1042 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base,
2927 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 106 milliseconds