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

  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 561 GLfloat *equation_base = (GLfloat *) 0; local
578 equation_base = (GLfloat *)
580 equation = equation_base + offset;
588 if (equation_base) {
589 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base,
641 GLfixed *equation_base = (GLfixed *) 0; local
658 equation_base = (GLfixed *)
660 equation = equation_base + offset;
668 if (equation_base) {
669 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,
    [all...]
android_opengl_GLES11Ext.cpp 1013 GLfixed *equation_base = (GLfixed *) 0; local
1030 equation_base = (GLfixed *)
1032 equation = equation_base + offset;
1040 if (equation_base) {
1041 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,
3308 GLfloat *equation_base = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 4419 GLfloat *equation_base = (GLfloat *) 0; local
4511 GLfixed *equation_base = (GLfixed *) 0; local
    [all...]

Completed in 192 milliseconds