Searched refs:PRINTF_ATTR (Results 1 - 6 of 6) 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;
H A Dglsl_shader.c2060 static void PRINTF_ATTR(8, 9) shader_glsl_gen_sample_code(const struct wined3d_shader_instruction *ins,
/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;
H A Dglsl_shader.c2013 static void PRINTF_ATTR(8, 9) shader_glsl_gen_sample_code(const struct wined3d_shader_instruction *ins,
/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;
H A Dglsl_shader.c2275 static void PRINTF_ATTR(8, 9) shader_glsl_gen_sample_code(const struct wined3d_shader_instruction *ins,

Completed in 129 milliseconds