Home | History | Annotate | Download | only in jni

Lines Matching defs:equation

4170 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4179 GLfloat *equation = (GLfloat *) 0;
4184 _exceptionMessage = "equation == null";
4202 equation = equation_base + offset;
4206 (GLfloat *)equation
4219 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
4229 GLfloat *equation = (GLfloat *) 0;
4231 equation = (GLfloat *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
4238 if (equation == NULL) {
4240 equation = (GLfloat *) (_equationBase + _bufferOffset);
4244 (GLfloat *)equation
4249 releasePointer(_env, _array, equation, JNI_FALSE);
4256 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
4265 GLfixed *equation = (GLfixed *) 0;
4270 _exceptionMessage = "equation == null";
4288 equation = equation_base + offset;
4292 (GLfixed *)equation
4305 /* void glClipPlanex ( GLenum plane, const GLfixed *equation ) */
4315 GLfixed *equation = (GLfixed *) 0;
4317 equation = (GLfixed *)getPointer(_env, equation_buf, &_array, &_remaining, &_bufferOffset);
4324 if (equation == NULL) {
4326 equation = (GLfixed *) (_equationBase + _bufferOffset);
4330 (GLfixed *)equation
4335 releasePointer(_env, _array, equation, JNI_FALSE);