Searched refs:equation_base (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp424 GLfloat *equation_base = (GLfloat *) 0; local
441 equation_base = (GLfloat *)
443 equation = equation_base + offset;
451 if (equation_base) {
452 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
496 GLfixed *equation_base = (GLfixed *) 0; local
513 equation_base = (GLfixed *)
515 equation = equation_base + offset;
523 if (equation_base) {
524 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
[all...]
H A Dandroid_opengl_GLES11Ext.cpp830 GLfixed *equation_base = (GLfixed *) 0; local
847 equation_base = (GLfixed *)
849 equation = equation_base + offset;
857 if (equation_base) {
858 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
2861 GLfloat *equation_base = (GLfloat *) 0; local
2878 equation_base = (GLfloat *)
2880 equation = equation_base + offset;
2888 if (equation_base) {
2889 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp4177 GLfloat *equation_base = (GLfloat *) 0; local
4200 equation_base = (GLfloat *)
4202 equation = equation_base + offset;
4210 if (equation_base) {
4211 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
4263 GLfixed *equation_base = (GLfixed *) 0; local
4286 equation_base = (GLfixed *)
4288 equation = equation_base + offset;
4296 if (equation_base) {
4297 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
[all...]

Completed in 65 milliseconds