Lines Matching refs:coords

6785 /* void glDrawTexfvOES ( const GLfloat *coords ) */
6794 GLfloat *coords = (GLfloat *) 0;
6799 _exceptionMessage = "coords == null";
6817 coords = coords_base + offset;
6820 (GLfloat *)coords
6833 /* void glDrawTexfvOES ( const GLfloat *coords ) */
6843 GLfloat *coords = (GLfloat *) 0;
6845 coords = (GLfloat *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset);
6852 if (coords == NULL) {
6854 coords = (GLfloat *) (_coordsBase + _bufferOffset);
6857 (GLfloat *)coords
6862 releasePointer(_env, _array, coords, JNI_FALSE);
6882 /* void glDrawTexivOES ( const GLint *coords ) */
6891 GLint *coords = (GLint *) 0;
6896 _exceptionMessage = "coords == null";
6914 coords = coords_base + offset;
6917 (GLint *)coords
6930 /* void glDrawTexivOES ( const GLint *coords ) */
6940 GLint *coords = (GLint *) 0;
6942 coords = (GLint *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset);
6949 if (coords == NULL) {
6951 coords = (GLint *) (_coordsBase + _bufferOffset);
6954 (GLint *)coords
6959 releasePointer(_env, _array, coords, JNI_FALSE);
6979 /* void glDrawTexsvOES ( const GLshort *coords ) */
6988 GLshort *coords = (GLshort *) 0;
6993 _exceptionMessage = "coords == null";
7011 coords = coords_base + offset;
7014 (GLshort *)coords
7027 /* void glDrawTexsvOES ( const GLshort *coords ) */
7037 GLshort *coords = (GLshort *) 0;
7039 coords = (GLshort *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset);
7046 if (coords == NULL) {
7048 coords = (GLshort *) (_coordsBase + _bufferOffset);
7051 (GLshort *)coords
7056 releasePointer(_env, _array, coords, JNI_FALSE);
7076 /* void glDrawTexxvOES ( const GLfixed *coords ) */
7085 GLfixed *coords = (GLfixed *) 0;
7090 _exceptionMessage = "coords == null";
7108 coords = coords_base + offset;
7111 (GLfixed *)coords
7124 /* void glDrawTexxvOES ( const GLfixed *coords ) */
7134 GLfixed *coords = (GLfixed *) 0;
7136 coords = (GLfixed *)getPointer(_env, coords_buf, &_array, &_remaining, &_bufferOffset);
7143 if (coords == NULL) {
7145 coords = (GLfixed *) (_coordsBase + _bufferOffset);
7148 (GLfixed *)coords
7153 releasePointer(_env, _array, coords, JNI_FALSE);