Home
last modified time | relevance | path

Searched refs:DRM_PRINTFLIKE (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/
Dxf86drm.h96 #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);
Dxf86drm.c107 static int DRM_PRINTFLIKE(1, 0)
113 typedef int DRM_PRINTFLIKE(1, 0) (*debug_msg_func_t)(const char *format,
/external/libdrm/tests/
Ddrmstat.c430 void DRM_PRINTFLIKE(4, 0)
/external/libdrm/intel/
Dintel_decode.c113 static void DRM_PRINTFLIKE(3, 4)