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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.h 61 _debug_printf(const char *format, ...) function
187 _debug_printf("%s\n", __FUNCTION__)
199 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
211 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
226 _debug_printf("%s:%u:%s: one time warning: %s\n", \
242 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
245 _debug_printf("error: %s\n", __msg)
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 60 _debug_printf(const char *format, ...) function
186 _debug_printf("%s\n", __FUNCTION__)
198 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
210 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
225 _debug_printf("%s:%u:%s: one time warning: %s\n", \
241 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
244 _debug_printf("error: %s\n", __msg)

Completed in 63 milliseconds