Searched refs:DRM_PRINTFLIKE (Results 1 – 4 of 4) sorted by relevance
/external/libdrm/ |
D | xf86drm.h | 96 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro 98 #define DRM_PRINTFLIKE(f, a) macro 102 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); 707 extern void drmMsg(const char *format, ...) DRM_PRINTFLIKE(1, 2);
|
D | xf86drm.c | 107 static int DRM_PRINTFLIKE(1, 0) 113 typedef int DRM_PRINTFLIKE(1, 0) (*debug_msg_func_t)(const char *format,
|
/external/libdrm/tests/ |
D | drmstat.c | 430 void DRM_PRINTFLIKE(4, 0)
|
/external/libdrm/intel/ |
D | intel_decode.c | 113 static void DRM_PRINTFLIKE(3, 4)
|