Searched refs:DRM_PRINTFLIKE (Results 1 – 3 of 3) sorted by relevance
/external/libdrm/ |
D | xf86drm.h | 104 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro 106 #define DRM_PRINTFLIKE(f, a) macro 110 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); 726 extern void drmMsg(const char *format, ...) DRM_PRINTFLIKE(1, 2);
|
D | xf86drm.c | 122 static int DRM_PRINTFLIKE(1, 0)
|
/external/libdrm/intel/ |
D | intel_decode.c | 116 static void DRM_PRINTFLIKE(3, 4)
|