Lines Matching refs:GLfloat
33 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
34 GLfloat width, GLfloat height)
58 _mesa_DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
66 _mesa_DrawTexfvOES(const GLfloat *coords)
77 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
78 (GLfloat) width, (GLfloat) height);
86 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
87 (GLfloat) coords[2], (GLfloat) coords[3], (GLfloat) coords[4]);
95 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z,
96 (GLfloat) width, (GLfloat) height);
104 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1],
105 (GLfloat) coords[2], (GLfloat) coords[3], (GLfloat) coords[4]);