Searched defs:PRINTF_ATTR (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3101 #define PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args))) macro
3103 #define PRINTF_ATTR(fmt,args) macro
3107 int shader_addline(struct wined3d_shader_buffer *buffer, const char *fmt, ...) PRINTF_ATTR(2,3) DECLSPEC_HIDDEN;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h3066 #define PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args))) macro
3068 #define PRINTF_ATTR(fmt,args) macro
3072 int shader_addline(struct wined3d_shader_buffer *buffer, const char *fmt, ...) PRINTF_ATTR(2,3) DECLSPEC_HIDDEN;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h2865 #define PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args))) macro
2867 #define PRINTF_ATTR(fmt,args) macro
2871 int shader_addline(struct wined3d_shader_buffer *buffer, const char *fmt, ...) PRINTF_ATTR(2,3) DECLSPEC_HIDDEN;

Completed in 97 milliseconds