Searched refs:msgCode (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkinstance.c | 307 int32_t msgCode, const char *pLayerPrefix, const char *pMsg, in _gst_vk_debug_callback() argument 312 msgCode, pMsg); in _gst_vk_debug_callback() 313 g_critical ("[%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); in _gst_vk_debug_callback() 316 msgCode, pMsg); in _gst_vk_debug_callback() 317 g_warning ("[%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); in _gst_vk_debug_callback() 320 msgCode, pMsg); in _gst_vk_debug_callback() 323 msgCode, pMsg); in _gst_vk_debug_callback() 326 msgCode, pMsg); in _gst_vk_debug_callback()
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 250 uint64_t srcObject, size_t location, int32_t msgCode, in dbgFunc() argument 257 sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbgFunc() 260 sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode, in dbgFunc()
|