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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp1003 GLfloat *eqn_base = (GLfloat *) 0; local
1026 eqn_base = (GLfloat *)
1028 eqn = eqn_base + offset;
1036 if (eqn_base) {
1037 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base,
1089 GLfixed *eqn_base = (GLfixed *) 0; local
1112 eqn_base = (GLfixed *)
1114 eqn = eqn_base + offset;
1122 if (eqn_base) {
1123 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base,
[all...]
H A Dandroid_opengl_GLES11Ext.cpp1126 GLfixed *eqn_base = (GLfixed *) 0; local
1149 eqn_base = (GLfixed *)
1151 eqn = eqn_base + offset;
1159 if (eqn_base) {
1160 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base,
3045 GLfloat *eqn_base = (GLfloat *) 0; local
3068 eqn_base = (GLfloat *)
3070 eqn = eqn_base + offset;
3078 if (eqn_base) {
3079 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base,
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp4649 GLfloat *eqn_base = (GLfloat *) 0; local
4666 eqn_base = (GLfloat *)
4668 eqn = eqn_base + offset;
4676 if (eqn_base) {
4677 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base,
4715 GLfixed *eqn_base = (GLfixed *) 0; local
4732 eqn_base = (GLfixed *)
4734 eqn = eqn_base + offset;
4742 if (eqn_base) {
4743 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base,
[all...]

Completed in 54 milliseconds