Lines Matching refs:coords
176 void glDrawTexsvOES(const GLshort* coords);
177 void glDrawTexivOES(const GLint* coords);
178 void glDrawTexxvOES(const GLfixed* coords);
180 void glDrawTexfvOES(const GLfloat* coords);
1321 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES() argument
1324 ctx->glDrawTexsvOES(ctx, coords); in glDrawTexsvOES()
1327 void glDrawTexivOES(const GLint* coords) in glDrawTexivOES() argument
1330 ctx->glDrawTexivOES(ctx, coords); in glDrawTexivOES()
1333 void glDrawTexxvOES(const GLfixed* coords) in glDrawTexxvOES() argument
1336 ctx->glDrawTexxvOES(ctx, coords); in glDrawTexxvOES()
1345 void glDrawTexfvOES(const GLfloat* coords) in glDrawTexfvOES() argument
1348 ctx->glDrawTexfvOES(ctx, coords); in glDrawTexfvOES()