Searched refs:debug_funclog_exit (Results 1 – 4 of 4) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug.h | 324 void debug_funclog_exit(const char* f, const int line, const char* file); 333 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \ 339 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \
|
D | u_debug.c | 454 debug_funclog_exit(const char* f, UNUSED const int line, in debug_funclog_exit() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 351 void debug_funclog_exit(const char* f, const int line, const char* file); 360 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \ 366 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \
|
D | u_debug.c | 463 debug_funclog_exit(const char* f, UNUSED const int line, in debug_funclog_exit() function
|