Home | History | Annotate | Download | only in jni

Lines Matching defs:equation

410 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
419 GLfloat *equation = (GLfloat *) 0;
424 _exceptionMessage = "equation == null";
436 equation = equation_base + offset;
440 (GLfloat *)equation
453 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
463 GLfloat *equation = (GLfloat *) 0;
465 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
466 if (equation == NULL) {
468 equation = (GLfloat *) (_equationBase + _bufferOffset);
472 (GLfloat *)equation
475 releasePointer(_env, _array, equation, JNI_FALSE);
482 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
491 GLfixed *equation = (GLfixed *) 0;
496 _exceptionMessage = "equation == null";
508 equation = equation_base + offset;
512 (GLfixed *)equation
525 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
535 GLfixed *equation = (GLfixed *) 0;
537 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
538 if (equation == NULL) {
540 equation = (GLfixed *) (_equationBase + _bufferOffset);
544 (GLfixed *)equation
547 releasePointer(_env, _array, equation, JNI_FALSE);