Lines Matching refs:debugCallback
311 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); \
328 VkDebugReportCallbackEXT* debugCallback, in destroy_instance() argument
330 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance()
332 grVkDestroyDebugReportCallbackEXT(inst, *debugCallback, nullptr); in destroy_instance()
333 *debugCallback = VK_NULL_HANDLE; in destroy_instance()
387 VkDebugReportCallbackEXT* debugCallback, in CreateVkBackendContext() argument
470 *debugCallback = VK_NULL_HANDLE; in CreateVkBackendContext()
491 grVkCreateDebugReportCallbackEXT(inst, &callbackCreateInfo, nullptr, debugCallback); in CreateVkBackendContext()
508 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
513 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
523 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
536 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
556 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
571 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
587 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
677 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()