Searched refs:debug_funclog_enter (Results 1 – 4 of 4) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug.h | 323 int debug_funclog_enter(const char* f, const int line, const char* file); 329 debug_funclog_enter(__FUNCTION__, __LINE__, __FILE__)
|
D | u_debug.c | 438 debug_funclog_enter(const char* f, UNUSED const int line, in debug_funclog_enter() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 350 int debug_funclog_enter(const char* f, const int line, const char* file); 356 debug_funclog_enter(__FUNCTION__, __LINE__, __FILE__)
|
D | u_debug.c | 447 debug_funclog_enter(const char* f, UNUSED const int line, in debug_funclog_enter() function
|