Home
last modified time | relevance | path

Searched refs:PRINTFLIKE (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Derrors.h60 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3);
63 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
66 _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) PRINTFLIKE(3, 4);
69 _mesa_debug( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
Dcompiler.h323 #define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro
325 #define PRINTFLIKE(f, a)
Dimports.h637 _mesa_snprintf( char *str, size_t size, const char *fmt, ... ) PRINTFLIKE(3, 4);
/external/mesa3d/src/glsl/
Dralloc.h305 char *ralloc_asprintf (const void *ctx, const char *fmt, ...) PRINTFLIKE(2, 3);
339 PRINTFLIKE(3, 4);
382 PRINTFLIKE(2, 3);
Dprogram.h31 PRINTFLIKE(2, 3);
35 PRINTFLIKE(2, 3);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_dump.c36 int index, char *fmt, ...) PRINTFLIKE(5, 6);
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp440 fail_link(struct gl_shader_program *prog, const char *fmt, ...) PRINTFLIKE(2, 3);