1 /**************************************************************************
2  *
3  * Copyright 2008 VMware, Inc.
4  * All Rights Reserved.
5  *
6  **************************************************************************/
7 
8 
9 #ifndef ST_CB_DRAWTEX_H
10 #define ST_CB_DRAWTEX_H
11 
12 
13 struct dd_function_table;
14 struct st_context;
15 
16 extern void
17 st_init_drawtex_functions(struct dd_function_table *functions);
18 
19 extern void
20 st_destroy_drawtex(struct st_context *st);
21 
22 #endif /* ST_CB_DRAWTEX_H */
23