Searched refs:DE_PRINTF_FUNC_ATTR (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuDefs.hpp | 42 void die (const char* format, ...) DE_PRINTF_FUNC_ATTR(1, 2); 45 void print (const char* format, ...) DE_PRINTF_FUNC_ATTR(1, 2);
|
/external/deqp/framework/delibs/debase/ |
D | deString.h | 43 deInt32 deSprintf (char* string, size_t size, const char* format, ...) DE_PRINTF_FUNC_ATTR(3, 4…
|
D | deDefs.h | 328 # define DE_PRINTF_FUNC_ATTR(FORMAT_STRING, FIRST_ARG) __attribute__ ((format(printf, FORMAT_STRING… macro 330 # define DE_PRINTF_FUNC_ATTR(FORMAT_STRING, FIRST_ARG) macro
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 196 deBool qpTestLog_writeMessage (qpTestLog* log, const char* format, ...) DE_PRINTF_FUNC_ATTR(2,…
|