Home | History | Annotate | Download | only in jni

Lines Matching defs:equation

816 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
825 GLfixed *equation = (GLfixed *) 0;
830 _exceptionMessage = "equation == null";
842 equation = equation_base + offset;
846 (GLfixed *)equation
859 /* void glClipPlanexOES ( GLenum plane, const GLfixed *equation ) */
866 GLfixed *equation = (GLfixed *) 0;
868 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
869 if (equation == NULL) {
871 equation = (GLfixed *) (_equationBase + _bufferOffset);
875 (GLfixed *)equation
878 releasePointer(_env, _array, equation, JNI_FALSE);
2847 /* void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) */
2856 GLfloat *equation = (GLfloat *) 0;
2861 _exceptionMessage = "equation == null";
2873 equation = equation_base + offset;
2877 (GLfloat *)equation
2890 /* void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) */
2897 GLfloat *equation = (GLfloat *) 0;
2899 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
2900 if (equation == NULL) {
2902 equation = (GLfloat *) (_equationBase + _bufferOffset);
2906 (GLfloat *)equation
2909 releasePointer(_env, _array, equation, JNI_FALSE);