Searched refs:debug_print_blob (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/util/ |
D | u_debug.h | 132 void debug_print_blob( const char *name, const void *blob, unsigned size ); 134 #define debug_print_blob(_name, _blob, _size) ((void)0) macro
|
D | u_debug.c | 110 debug_print_blob(const char *name, const void *blob, unsigned size) in debug_print_blob() function
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug.h | 130 void debug_print_blob( const char *name, const void *blob, unsigned size ); 136 #define debug_print_blob(_name, _blob, _size) ((void)0) macro
|
D | u_debug.c | 99 void debug_print_blob( const char *name, in debug_print_blob() function
|