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

  /frameworks/base/core/jni/
android_opengl_GLES11.cpp 579 /* void glGetClipPlanef ( GLenum pname, GLfloat *eqn ) */
586 GLfloat *eqn = (GLfloat *) 0; local
590 jniThrowException(_env, "java/lang/IllegalArgumentException", "eqn == null");
601 eqn = eqn_base + offset;
605 (GLfloat *)eqn
615 /* void glGetClipPlanef ( GLenum pname, GLfloat *eqn ) */
622 GLfloat *eqn = (GLfloat *) 0; local
624 eqn = (GLfloat *)getPointer(_env, eqn_buf, &_array, &_remaining);
627 (GLfloat *)eqn
630 releasePointer(_env, _array, eqn, _exception ? JNI_FALSE : JNI_TRUE)
641 GLfixed *eqn = (GLfixed *) 0; local
677 GLfixed *eqn = (GLfixed *) 0; local
    [all...]
android_opengl_GLES11Ext.cpp 662 /* void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn ) */
669 GLfixed *eqn = (GLfixed *) 0; local
673 jniThrowException(_env, "java/lang/IllegalArgumentException", "eqn == null");
689 eqn = eqn_base + offset;
693 (GLfixed *)eqn
703 /* void glGetClipPlanexOES ( GLenum pname, GLfixed *eqn ) */
710 GLfixed *eqn = (GLfixed *) 0; local
712 eqn = (GLfixed *)getPointer(_env, eqn_buf, &_array, &_remaining);
720 (GLfixed *)eqn
725 releasePointer(_env, _array, eqn, _exception ? JNI_FALSE : JNI_TRUE)
2251 GLfloat *eqn = (GLfloat *) 0; local
2292 GLfloat *eqn = (GLfloat *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 4067 GLfloat *eqn = (GLfloat *) 0; local
4103 GLfloat *eqn = (GLfloat *) 0; local
4122 GLfixed *eqn = (GLfixed *) 0; local
4158 GLfixed *eqn = (GLfixed *) 0; local
    [all...]

Completed in 210 milliseconds