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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.h 118 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) macro
120 #define debug_vprintf(_format, _ap) ((void)0) macro
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 117 #define debug_vprintf(_format, _ap) _debug_vprintf(_format, _ap) macro
119 #define debug_vprintf(_format, _ap) ((void)0) macro

Completed in 2288 milliseconds