HomeSort by relevance Sort by last modified time
    Searched refs:debug_funclog_enter_exit (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 310 void debug_funclog_enter_exit(const char* f, const int line, const char* file);
327 #define DEBUG_FUNCLOG_ENTER_EXIT() \
328 debug_funclog_enter_exit(__FUNCTION__, __LINE__, __FILE__)
337 #define DEBUG_FUNCLOG_ENTER_EXIT()
u_debug.c 426 void debug_funclog_enter_exit(const char* f, const int line, const char* file) function

Completed in 51 milliseconds