Lines Matching defs:width
34 GLfloat width, GLfloat height)
41 if (width <= 0.0f || height <= 0.0f) {
42 _mesa_error(ctx, GL_INVALID_VALUE, "glDrawTex(width or height <= 0)");
51 st_DrawTex(ctx, x, y, z, width, height);
58 _mesa_DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
61 draw_texture(ctx, x, y, z, width, height);
74 _mesa_DrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height)
78 (GLfloat) width, (GLfloat) height);
92 _mesa_DrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
96 (GLfloat) width, (GLfloat) height);