1bf215546Sopenharmony_ci/**************************************************************************
2bf215546Sopenharmony_ci *
3bf215546Sopenharmony_ci * Copyright 2008 VMware, Inc.
4bf215546Sopenharmony_ci * All Rights Reserved.
5bf215546Sopenharmony_ci *
6bf215546Sopenharmony_ci **************************************************************************/
7bf215546Sopenharmony_ci
8bf215546Sopenharmony_ci
9bf215546Sopenharmony_ci#ifndef ST_CB_DRAWTEX_H
10bf215546Sopenharmony_ci#define ST_CB_DRAWTEX_H
11bf215546Sopenharmony_ci
12bf215546Sopenharmony_ci
13bf215546Sopenharmony_cistruct st_context;
14bf215546Sopenharmony_ci
15bf215546Sopenharmony_civoid st_DrawTex(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
16bf215546Sopenharmony_ci                GLfloat width, GLfloat height);
17bf215546Sopenharmony_ci
18bf215546Sopenharmony_ciextern void
19bf215546Sopenharmony_cist_destroy_drawtex(struct st_context *st);
20bf215546Sopenharmony_ci
21bf215546Sopenharmony_ci#endif /* ST_CB_DRAWTEX_H */
22