Searched defs:eqn_base (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp1056 GLfloat *eqn_base = (GLfloat *) 0; local
1079 eqn_base = (GLfloat *)
1081 eqn = eqn_base + offset;
1089 if (eqn_base) {
1090 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base,
1148 GLfixed *eqn_base = (GLfixed *) 0; local
1171 eqn_base = (GLfixed *)
1173 eqn = eqn_base + offset;
1181 if (eqn_base) {
1182 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base,
[all...]
H A Dandroid_opengl_GLES11Ext.cpp1219 GLfixed *eqn_base = (GLfixed *) 0; local
1242 eqn_base = (GLfixed *)
1244 eqn = eqn_base + offset;
1252 if (eqn_base) {
1253 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base,
3388 GLfloat *eqn_base = (GLfloat *) 0; local
3411 eqn_base = (GLfloat *)
3413 eqn = eqn_base + offset;
3421 if (eqn_base) {
3422 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base,
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp4925 GLfloat *eqn_base = (GLfloat *) 0; local
4942 eqn_base = (GLfloat *)
4944 eqn = eqn_base + offset;
4952 if (eqn_base) {
4953 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base,
5005 GLfixed *eqn_base = (GLfixed *) 0; local
5022 eqn_base = (GLfixed *)
5024 eqn = eqn_base + offset;
5032 if (eqn_base) {
5033 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base,
[all...]

Completed in 86 milliseconds