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 542 GLfloat *equation_base = (GLfloat *) 0; local
559 equation_base = (GLfloat *)
561 equation = equation_base + offset;
569 if (equation_base) {
570 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base,
614 GLfixed *equation_base = (GLfixed *) 0; local
631 equation_base = (GLfixed *)
633 equation = equation_base + offset;
641 if (equation_base) {
642 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,
    [all...]
android_opengl_GLES11Ext.cpp 948 GLfixed *equation_base = (GLfixed *) 0; local
965 equation_base = (GLfixed *)
967 equation = equation_base + offset;
975 if (equation_base) {
976 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,
2979 GLfloat *equation_base = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 4181 GLfloat *equation_base = (GLfloat *) 0; local
4267 GLfixed *equation_base = (GLfixed *) 0; local
    [all...]

Completed in 3611 milliseconds