inline void glTexCoord( const GLshort & s ) { glTexCoord1s( s ); }
M(void, glTexCoord1s, jshort s) { glTexCoord1s(s); }