Searched refs:source_str (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgldebug.c | 298 const gchar *source_str = _debug_source_to_string (source); in _gst_gl_debug_callback() local 307 type_str, source_str, id, message); in _gst_gl_debug_callback() 312 type_str, source_str, id, message); in _gst_gl_debug_callback() 316 " %s", severity_str, type_str, source_str, id, message); in _gst_gl_debug_callback() 320 type_str, source_str, id, message); in _gst_gl_debug_callback()
|
/third_party/glib/glib/ |
D | gvariant-parser.c | 2800 const gchar *source_str) in g_variant_parse_error_print_context() argument 2836 if (point >= strlen (source_str)) in g_variant_parse_error_print_context() 2838 add_last_line (err, source_str); in g_variant_parse_error_print_context() 2841 … add_lines_from_range (err, source_str, source_str + point, source_str + point + 1, NULL, NULL); in g_variant_parse_error_print_context() 2858 add_lines_from_range (err, source_str, in g_variant_parse_error_print_context() 2859 source_str + start1, source_str + end1, in g_variant_parse_error_print_context() 2860 source_str + start2, source_str + end2); in g_variant_parse_error_print_context() 2870 add_lines_from_range (err, source_str, source_str + start, source_str + end, NULL, NULL); in g_variant_parse_error_print_context()
|
D | gvariant.h | 431 … const gchar *source_str);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 1213 const glw::GLchar* source_str = "Unknown"; in debug_proc() local 1220 source_str = "API"; in debug_proc() 1223 source_str = "APP"; in debug_proc() 1226 source_str = "OTR"; in debug_proc() 1229 source_str = "COM"; in debug_proc() 1232 source_str = "3RD"; in debug_proc() 1235 source_str = "WS"; in debug_proc() 1292 …tContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
|
D | gl4cMultiBindTests.cpp | 68 const GLchar* source_str = "Unknown"; in debug_proc() local 75 source_str = "API"; in debug_proc() 78 source_str = "APP"; in debug_proc() 81 source_str = "OTR"; in debug_proc() 84 source_str = "COM"; in debug_proc() 87 source_str = "3RD"; in debug_proc() 90 source_str = "WS"; in debug_proc() 147 …tContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
|
D | gl4cEnhancedLayoutsTests.cpp | 4991 const GLchar* source_str = "Unknown"; in debug_proc() local 4998 source_str = "API"; in debug_proc() 5001 source_str = "APP"; in debug_proc() 5004 source_str = "OTR"; in debug_proc() 5007 source_str = "COM"; in debug_proc() 5010 source_str = "3RD"; in debug_proc() 5013 source_str = "WS"; in debug_proc() 5070 …tContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
|