• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 #include "main/compiler.h"
14 
15 struct dd_function_table;
16 struct st_context;
17 
18 extern void
19 st_init_drawtex_functions(struct dd_function_table *functions);
20 
21 extern void
22 st_destroy_drawtex(struct st_context *st);
23 
24 #endif /* ST_CB_DRAWTEX_H */
25