Searched defs:__wine_debug_channel (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Ddebug.h114 struct __wine_debug_channel struct
158 struct __wine_debug_channel * const __dbch = (dbch); \
184 struct __wine_debug_channel * const __dbch = (dbch); \
223 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
227 extern unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel );
228 extern int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel,
245 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
317 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }
319 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }; \
320 static struct __wine_debug_channel * cons
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddebug.h63 struct __wine_debug_channel struct
95 struct __wine_debug_channel * const __dbch = (dbch); \
121 struct __wine_debug_channel * const __dbch = (dbch); \
160 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
164 extern unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel );
165 extern int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel,
182 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
254 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }
256 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }; \
257 static struct __wine_debug_channel * cons
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Ddebug.h114 struct __wine_debug_channel struct
158 struct __wine_debug_channel * const __dbch = (dbch); \
184 struct __wine_debug_channel * const __dbch = (dbch); \
223 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
227 extern unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel );
228 extern int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel,
245 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
317 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }
319 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }; \
320 static struct __wine_debug_channel * cons
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Ddebug.h77 struct __wine_debug_channel struct
120 struct __wine_debug_channel * const __dbch = (dbch); \
146 struct __wine_debug_channel * const __dbch = (dbch); \
185 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
189 extern unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel );
190 extern int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel,
207 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
279 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }
281 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }; \
282 static struct __wine_debug_channel * cons
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Ddebug.h110 struct __wine_debug_channel struct
154 struct __wine_debug_channel * const __dbch = (dbch); \
180 struct __wine_debug_channel * const __dbch = (dbch); \
219 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
223 extern unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel );
224 extern int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel,
241 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
313 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }
315 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }; \
316 static struct __wine_debug_channel * cons
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Ddebug.h114 struct __wine_debug_channel struct
158 struct __wine_debug_channel * const __dbch = (dbch); \
184 struct __wine_debug_channel * const __dbch = (dbch); \
223 int (*dbg_vlog)( enum __wine_debug_class cls, struct __wine_debug_channel *channel,
227 extern unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel );
228 extern int __wine_dbg_set_channel_flags( struct __wine_debug_channel *channel,
245 extern int wine_dbg_log( enum __wine_debug_class cls, struct __wine_debug_channel *ch, const char *func,
317 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }
319 static struct __wine_debug_channel __wine_dbch_##ch = { ~0, #ch }; \
320 static struct __wine_debug_channel * cons
[all...]

Completed in 77 milliseconds