Lines Matching refs:coords

515 /* void glDrawTexsvOES ( const GLshort *coords ) */
524 GLshort *coords = (GLshort *) 0;
529 _exceptionMessage = "coords == null";
547 coords = coords_base + offset;
550 (GLshort *)coords
563 /* void glDrawTexsvOES ( const GLshort *coords ) */
573 GLshort *coords = (GLshort *) 0;
575 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
582 if (coords == NULL) {
584 coords = (GLshort *) (_coordsBase + _bufferOffset);
587 (GLshort *)coords
592 _env->ReleaseShortArrayElements(_array, (jshort*)coords, JNI_ABORT);
599 /* void glDrawTexivOES ( const GLint *coords ) */
608 GLint *coords = (GLint *) 0;
613 _exceptionMessage = "coords == null";
631 coords = coords_base + offset;
634 (GLint *)coords
647 /* void glDrawTexivOES ( const GLint *coords ) */
657 GLint *coords = (GLint *) 0;
659 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
666 if (coords == NULL) {
668 coords = (GLint *) (_coordsBase + _bufferOffset);
671 (GLint *)coords
676 _env->ReleaseIntArrayElements(_array, (jint*)coords, JNI_ABORT);
683 /* void glDrawTexxvOES ( const GLfixed *coords ) */
692 GLfixed *coords = (GLfixed *) 0;
697 _exceptionMessage = "coords == null";
715 coords = coords_base + offset;
718 (GLfixed *)coords
731 /* void glDrawTexxvOES ( const GLfixed *coords ) */
741 GLfixed *coords = (GLfixed *) 0;
743 coords = (GLfixed *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
750 if (coords == NULL) {
752 coords = (GLfixed *) (_coordsBase + _bufferOffset);
755 (GLfixed *)coords
760 _env->ReleaseIntArrayElements(_array, (jint*)coords, JNI_ABORT);
780 /* void glDrawTexfvOES ( const GLfloat *coords ) */
789 GLfloat *coords = (GLfloat *) 0;
794 _exceptionMessage = "coords == null";
812 coords = coords_base + offset;
815 (GLfloat *)coords
828 /* void glDrawTexfvOES ( const GLfloat *coords ) */
838 GLfloat *coords = (GLfloat *) 0;
840 coords = (GLfloat *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
847 if (coords == NULL) {
849 coords = (GLfloat *) (_coordsBase + _bufferOffset);
852 (GLfloat *)coords
857 _env->ReleaseFloatArrayElements(_array, (jfloat*)coords, JNI_ABORT);