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

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_debug.c 54 { "error", DBG_ERROR, "Driver errors, always visible." },
67 static unsigned long dbg_flags = DBG_ERROR | DBG_WARN;
nine_debug.h 34 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__)
84 #define DBG_ERROR (1<<25)

Completed in 174 milliseconds