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 13struct dd_function_table; 14struct st_context; 15 16extern void 17st_init_drawtex_functions(struct dd_function_table *functions); 18 19extern void 20st_destroy_drawtex(struct st_context *st); 21 22#endif /* ST_CB_DRAWTEX_H */ 23