Searched defs:__wine_dbg_get_channel_flags (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c84 unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel ) function
303 if (!(__wine_dbg_get_channel_flags( channel ) & (1 << cls))) return -1;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c74 unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel ) function
291 if (!(__wine_dbg_get_channel_flags( channel ) & (1 << cls))) return -1;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c74 unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel ) function
291 if (!(__wine_dbg_get_channel_flags( channel ) & (1 << cls))) return -1;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c62 unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel ) function
245 if (!(__wine_dbg_get_channel_flags( channel ) & (1 << cls))) return -1;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c74 unsigned char __wine_dbg_get_channel_flags( struct __wine_debug_channel *channel ) function
291 if (!(__wine_dbg_get_channel_flags( channel ) & (1 << cls))) return -1;

Completed in 37 milliseconds