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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp219 GLfloat *equation_base = (GLfloat *) 0; local
236 equation_base = (GLfloat *)
238 equation = equation_base + offset;
246 if (equation_base) {
247 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
291 GLfixed *equation_base = (GLfixed *) 0; local
308 equation_base = (GLfixed *)
310 equation = equation_base + offset;
318 if (equation_base) {
319 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
[all...]
H A Dandroid_opengl_GLES11Ext.cpp625 GLfixed *equation_base = (GLfixed *) 0; local
642 equation_base = (GLfixed *)
644 equation = equation_base + offset;
652 if (equation_base) {
653 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
2656 GLfloat *equation_base = (GLfloat *) 0; local
2673 equation_base = (GLfloat *)
2675 equation = equation_base + offset;
2683 if (equation_base) {
2684 _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 816 milliseconds