Lines Matching refs:GLshort

58 SDL_PROC_UNUSED(void, glColor3s, (GLshort, GLshort, GLshort))
59 SDL_PROC_UNUSED(void, glColor3sv, (const GLshort *))
74 SDL_PROC_UNUSED(void, glColor4s, (GLshort, GLshort, GLshort, GLshort))
75 SDL_PROC_UNUSED(void, glColor4sv, (const GLshort *))
212 SDL_PROC_UNUSED(void, glIndexs, (GLshort c))
213 SDL_PROC_UNUSED(void, glIndexsv, (const GLshort * c))
280 SDL_PROC_UNUSED(void, glNormal3s, (GLshort nx, GLshort ny, GLshort nz))
281 SDL_PROC_UNUSED(void, glNormal3sv, (const GLshort * v))
320 SDL_PROC_UNUSED(void, glRasterPos2s, (GLshort x, GLshort y))
321 SDL_PROC_UNUSED(void, glRasterPos2sv, (const GLshort * v))
328 SDL_PROC_UNUSED(void, glRasterPos3s, (GLshort x, GLshort y, GLshort z))
329 SDL_PROC_UNUSED(void, glRasterPos3sv, (const GLshort * v))
339 (GLshort x, GLshort y, GLshort z, GLshort w))
340 SDL_PROC_UNUSED(void, glRasterPos4sv, (const GLshort * v))
354 (GLshort x1, GLshort y1, GLshort x2, GLshort y2))
355 SDL_PROC_UNUSED(void, glRectsv, (const GLshort * v1, const GLshort * v2))
375 SDL_PROC_UNUSED(void, glTexCoord1s, (GLshort s))
376 SDL_PROC_UNUSED(void, glTexCoord1sv, (const GLshort * v))
383 SDL_PROC_UNUSED(void, glTexCoord2s, (GLshort s, GLshort t))
384 SDL_PROC_UNUSED(void, glTexCoord2sv, (const GLshort * v))
391 SDL_PROC_UNUSED(void, glTexCoord3s, (GLshort s, GLshort t, GLshort r))
392 SDL_PROC_UNUSED(void, glTexCoord3sv, (const GLshort * v))
402 (GLshort s, GLshort t, GLshort r, GLshort q))
403 SDL_PROC_UNUSED(void, glTexCoord4sv, (const GLshort * v))
452 SDL_PROC_UNUSED(void, glVertex2s, (GLshort x, GLshort y))
453 SDL_PROC_UNUSED(void, glVertex2sv, (const GLshort * v))
460 SDL_PROC_UNUSED(void, glVertex3s, (GLshort x, GLshort y, GLshort z))
461 SDL_PROC_UNUSED(void, glVertex3sv, (const GLshort * v))
471 (GLshort x, GLshort y, GLshort z, GLshort w))
472 SDL_PROC_UNUSED(void, glVertex4sv, (const GLshort * v))