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