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 424 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...]
android_opengl_GLES11Ext.cpp 830 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
    [all...]
com_google_android_gles_jni_GLImpl.cpp 4177 GLfloat *equation_base = (GLfloat *) 0; local
4263 GLfixed *equation_base = (GLfixed *) 0; local
    [all...]

Completed in 183 milliseconds