HomeSort by relevance Sort by last modified time
    Searched refs:equation_base (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 193 GLfloat *equation_base = (GLfloat *) 0; local
206 equation_base = (GLfloat *)
208 equation = equation_base + offset;
216 if (equation_base) {
217 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
244 GLfixed *equation_base = (GLfixed *) 0; local
257 equation_base = (GLfixed *)
259 equation = equation_base + offset;
267 if (equation_base) {
268 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
    [all...]
android_opengl_GLES11Ext.cpp 518 GLfixed *equation_base = (GLfixed *) 0; local
531 equation_base = (GLfixed *)
533 equation = equation_base + offset;
541 if (equation_base) {
542 _env->ReleasePrimitiveArrayCritical(equation_ref, equation_base,
2197 GLfloat *equation_base = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 3707 GLfloat *equation_base = (GLfloat *) 0; local
3768 GLfixed *equation_base = (GLfixed *) 0; local
    [all...]

Completed in 119 milliseconds