Home
last modified time | relevance | path

Searched refs:severity_str (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgldebug.c297 const gchar *severity_str = _debug_severity_to_string (severity); in _gst_gl_debug_callback() local
306 GST_ERROR_OBJECT (context, "%s: GL %s from %s id:%u, %s", severity_str, in _gst_gl_debug_callback()
311 GST_FIXME_OBJECT (context, "%s: GL %s from %s id:%u, %s", severity_str, in _gst_gl_debug_callback()
316 " %s", severity_str, type_str, source_str, id, message); in _gst_gl_debug_callback()
319 GST_DEBUG_OBJECT (context, "%s: GL %s from %s id:%u, %s", severity_str, in _gst_gl_debug_callback()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c43 const char *severity_str = NULL; in si_diagnostic_handler() local
47 severity_str = "error"; in si_diagnostic_handler()
50 severity_str = "warning"; in si_diagnostic_handler()
60 util_debug_message(diag->debug, SHADER_INFO, "LLVM diagnostic (%s): %s", severity_str, in si_diagnostic_handler()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp1215 const glw::GLchar* severity_str = "Unknown"; in debug_proc() local
1277 severity_str = "H"; in debug_proc()
1280 severity_str = "L"; in debug_proc()
1283 severity_str = "M"; in debug_proc()
1286 severity_str = "N"; in debug_proc()
1293 << severity_str << "|" << std::setw(18) << type_str << "|" << std::setw(12) << id in debug_proc()
Dgl4cMultiBindTests.cpp70 const GLchar* severity_str = "Unknown"; in debug_proc() local
132 severity_str = "H"; in debug_proc()
135 severity_str = "L"; in debug_proc()
138 severity_str = "M"; in debug_proc()
141 severity_str = "N"; in debug_proc()
148 << severity_str << "|" << std::setw(18) << type_str << "|" << std::setw(12) << id in debug_proc()
Dgl4cEnhancedLayoutsTests.cpp4993 const GLchar* severity_str = "Unknown"; in debug_proc() local
5055 severity_str = "H"; in debug_proc()
5058 severity_str = "L"; in debug_proc()
5061 severity_str = "M"; in debug_proc()
5064 severity_str = "N"; in debug_proc()
5071 << severity_str << "|" << std::setw(18) << type_str << "|" << std::setw(12) << id in debug_proc()