Searched refs:pMsg (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 | 251 const char *pLayerPrefix, const char *pMsg, void *pUserData) { in dbgFunc() argument 252 char *message = (char *)malloc(strlen(pMsg) + 100); in dbgFunc() 258 pMsg); in dbgFunc() 261 pMsg); in dbgFunc()
|