Searched refs:eqn_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 883 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanef__I_3FI() local 906 eqn_base = (GLfloat *) in android_glGetClipPlanef__I_3FI() 908 eqn = eqn_base + offset; in android_glGetClipPlanef__I_3FI() 916 if (eqn_base) { in android_glGetClipPlanef__I_3FI() 917 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, in android_glGetClipPlanef__I_3FI() 969 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() local 992 eqn_base = (GLfixed *) in android_glGetClipPlanex__I_3II() 994 eqn = eqn_base + offset; in android_glGetClipPlanex__I_3II() 1002 if (eqn_base) { in android_glGetClipPlanex__I_3II() 1003 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, in android_glGetClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 1008 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanexOES__I_3II() local 1031 eqn_base = (GLfixed *) in android_glGetClipPlanexOES__I_3II() 1033 eqn = eqn_base + offset; in android_glGetClipPlanexOES__I_3II() 1041 if (eqn_base) { in android_glGetClipPlanexOES__I_3II() 1042 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, in android_glGetClipPlanexOES__I_3II() 2927 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanefOES__I_3FI() local 2950 eqn_base = (GLfloat *) in android_glGetClipPlanefOES__I_3FI() 2952 eqn = eqn_base + offset; in android_glGetClipPlanefOES__I_3FI() 2960 if (eqn_base) { in android_glGetClipPlanefOES__I_3FI() 2961 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, in android_glGetClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4645 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanef__I_3FI() local 4662 eqn_base = (GLfloat *) in android_glGetClipPlanef__I_3FI() 4664 eqn = eqn_base + offset; in android_glGetClipPlanef__I_3FI() 4672 if (eqn_base) { in android_glGetClipPlanef__I_3FI() 4673 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, in android_glGetClipPlanef__I_3FI() 4711 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() local 4728 eqn_base = (GLfixed *) in android_glGetClipPlanex__I_3II() 4730 eqn = eqn_base + offset; in android_glGetClipPlanex__I_3II() 4738 if (eqn_base) { in android_glGetClipPlanex__I_3II() 4739 _env->ReleasePrimitiveArrayCritical(eqn_ref, eqn_base, in android_glGetClipPlanex__I_3II()
|