Lines Matching refs:coords
66 _mesa_DrawTexfvOES(const GLfloat *coords)
69 draw_texture(ctx, coords[0], coords[1], coords[2], coords[3], coords[4]);
83 _mesa_DrawTexivOES(const GLint *coords)
86 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
87 (GLfloat) coords[2], (GLfloat) coords[3], (GLfloat) coords[4]);
101 _mesa_DrawTexsvOES(const GLshort *coords)
104 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
105 (GLfloat) coords[2], (GLfloat) coords[3], (GLfloat) coords[4]);